GitHub user mlzxdzl closed a discussion: How to config the public dashboard
I install version 5.0 by docker compose. My superset_config.py like this :
`[root@WXMATTERMOST01 docker]# cat superset_config.py
SECRET_KEY = 'Bf1Q+Tasc/FlnFs7ndoc2pyWcyeOJ9IeCqGaROwlsMF1Y5ITixlJy9x/'
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True,
}`
then i mount the config file to docker container
`......
volumes:
- ./superset_config.py:/app/superset_config.py
-.....
environment:
- SUPERSET_CONFIG_PATH=/app/superset_config.py
-......`
then I run docker compose -f docker-compose-non-dev.yml down and docker
compose -f docker-compose-non-dev.yml up
but I cannot login in to the web use the default admin/admin.
I can login in when i not create the superset_config.py
GitHub link: https://github.com/apache/superset/discussions/34044
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]