mjmanas0699 opened a new issue #16575:
URL: https://github.com/apache/superset/issues/16575


   I created my own docker image with these changes . 'uncommented   
AUTH_ROLE_PUBLIC = 'Public'  but the issue is still there 
   it is asking login same as the previous 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/43311295/131961456-66f471c1-0c40-4958-801d-646534446191.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