oliverbell-klv commented on issue #35960: URL: https://github.com/apache/superset/issues/35960#issuecomment-3547811847
Hi @rusackas, thanks for following up. The issue was that Admin users were being assigned the Public role, which had conflicting permissions, causing "Access Denied" errors for actions like syncing dataset columns. The fix was to set `AUTH_USER_REGISTRATION_ROLE = "Gamma"` in superset_config.py, remove unnecessary permissions from the Public role, and ensure Admin users are not assigned the Public role. -- 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]
