You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed this issue, which is quite serious. Not advised for now to import databases this way
According to Superset's doc it should be possible to rely on env vars to provide the passwords, which would make it secure again. But my first experiments are not conclusive. My first impression is that the behaviour of SQLALCHEMY_CUSTOM_PASSWORD_STORE is broken (the password definition is replaced by XXXXXX, so we loose the reference to an env var).
It might be related to the issue mentioned above.
I believe the error to be around https://github.com/georchestra/superset-core/blob/prefix_and_header/superset/models/core.py#L383
Document how to add a DB config at deployment time, on helm chart.
Should be fairly consistent with https://github.com/apache/superset/blob/master/helm/superset/values.yaml#L111, but I noticed that exported DB config is slightly different, e.g.:
The text was updated successfully, but these errors were encountered: