-
Notifications
You must be signed in to change notification settings - Fork 566
Open
Labels
Description
Workspace
rbac
🔖 Feature description
Hello dear community,
Like explained below, I'd like to use group reference in the superUsers field of the RBAC plugin, so I don't have to list all users one by one.
As I'm pretty motivated to open a PR for this feature, I just wanted to know if there is a reason for not supporting this, so I'm not working on a PR that will be rejected right away.
Thanks for your feedback 🙏
🎤 Context
While testing the RBAC plugin (which is great, thanks community !), I realized the following configuration is failing :
permission:
enabled: true
rbac:
admin:
superUsers:
- name: group:default/my-group # <--- this is the important part
It seems RBAC plugin does not support group reference in the superUsers field, unlike the users one.
The documentation states it works for users but do not provide any clue regarding superUsers.
✌️ Possible Implementation
No response
👀 Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
Yes I am willing to submit a PR!
Reactions are currently unavailable