You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/11/15 10:20:20 UTC

[GitHub] [superset] sagar-appperfect commented on issue #450: how to disable authentication

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org