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: [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]

Reply via email to