metaperl opened a new issue #8861: The default role should be a list not a scalar? URL: https://github.com/apache/incubator-superset/issues/8861 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** in my `superset_config.py` I set: `AUTH_USER_REGISTRATION_ROLE = ["Gamma", "Gamma_extra"] and the default user is assigned a set of roles instead of a single role. **Describe alternatives you've considered** It is certainly possible to write all the code to do this similar to https://github.com/apache/incubator-superset/issues/3419 But I think a simpler solution would be to admit that RBAC is compositional and allow for that directly from config file.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
