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 2021/09/02 07:21:38 UTC

[GitHub] [superset] manasjain0699 commented on issue #450: how to disable authentication

manasjain0699 commented on issue #450:
URL: https://github.com/apache/superset/issues/450#issuecomment-911306179


   facing the same issue i create my own image 
   ```
   ### Uncomment to setup Public role name, no authentication needed
   AUTH_ROLE_PUBLIC = 'Public'
   ### AUTH_USER_REGISTRATION_ROLE = "Public"
   ## Grant public role the same set of permissions as for a selected builtin role.
   PUBLIC_ROLE_LIKE: Optional[str] = None
   class CeleryConfig:  # pylint: disable=too-few-public-methods
   ROBOT_PERMISSION_ROLES = ["Public", "Gamma", "Alpha", "Admin", "sql_lab"]
   ```
   
   ![Screenshot from 2021-09-02 12-47-22](https://user-images.githubusercontent.com/75062591/131800277-4a412b80-a231-4332-9df8-71e7bb69a4cc.png)
   


-- 
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