tp-jssk opened a new issue, #22966:
URL: https://github.com/apache/superset/issues/22966
I know I can do this...
```
AUTH_ROLE_MAPPING = {
'Grp1': 'Admin,
'Grp4': 'Alpha',
'Grp5': ['Gamma','Public']
}
```
Is it possible to use AUTH_ROLE_MAPPING like this?
```
AUTH_ROLE_MAPPING = {
['Grp1','Grp2','Grp3']: 'Admin,
['Grp4']: 'Alpha',
['Grp5']: 'Gamma'
}
```
Basically, I wan to pass list of strings in a role_keys.
--
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]