sagar-appperfect commented on issue #450: URL: https://github.com/apache/superset/issues/450#issuecomment-1315097884
We are facing same issue, these are the steps that we followed 1. Clone Superset's GitHub repository `git clone https://github.com/apache/superset.git` 2. Updated config.py `# Uncomment to setup Public role name, no authentication needed` `AUTH_ROLE_PUBLIC = 'Public'` 3. Docker compose (tried it with both dev and non-dev) NONDEV `docker-compose -f docker-compose-non-dev.yml pull` `docker-compose -f docker-compose-non-dev.yml up` DEV `docker compose build` `docker-compose up -d` 4. On UI still redirecting to login page -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
