ketansharma78 commented on issue #40119: URL: https://github.com/apache/superset/issues/40119#issuecomment-4459765678
[@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset) I have pasted the feature flag configuration here. Could you please validate it? ``` FEATURE_FLAGS = { "DASHBOARD_RBAC": True, "ENABLE_CORS": True, "ENABLE_PROXY_FIX": True, "ENABLE_TEMPLATE_PROCESSING": True } ``` Also, the Admin role is not assigned to the Public role. Additionally, I have confirmed that the Admin user has both all_database_access and all_datasource_access permissions. -- 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]
