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"] ```  -- 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]
