StackStorm / st2-rbac-backend

RBAC backend for StackStorm (previously part of EWC aka StackStorm Enteprise)
https://docs.stackstorm.com/latest/rbac.html
Apache License 2.0
5 stars 12 forks source link

Unable to assign default role to all users #51

Open amalts opened 3 years ago

amalts commented 3 years ago

There is no option available to assign default role to all users. Each user configuration needs to be created separately and this is not practical when we have large number of users.

arm4b commented 2 years ago

Hi @amalts.

Does https://docs.stackstorm.com/rbac.html#automatically-granting-roles-based-on-ldap-group-membership solve your issue? That functionality was specifically designed to solve this problem and grant default roles based on external group membership from LDAP.

amalts commented 2 years ago

Thanks @armab. I will try this out.