-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subresources support for generated rules #71
Comments
Thanks for the reference, I haven't seen that proposition before. My point is the generated rules should contains all possible apiGroups included subResources like pod/exec, pod/log & etc. Especially if we use [""]. Current rules that we generate with [""] not full and don't cover all cluster permissions because of lack of subresources. |
It would be nice to support namespaced resources: |
@scorsair which command you are referring to? |
All my proposals about rbac-tool gen |
@scorsair - can you please provide some use cases - how specifically would you use |
The main purpose is make a pipeline for generating roles for customers per namespace + clusterwide. Roles should be specific and contains only allowed items. Currently we cannot use tool cause lack of subresources in generated roles when we use asterisk. |
What would you like to be added:
It would be nice to add subresources support to RBAC generation fuctional.
Why is this needed:
It can make generation rules useful =)
Now I have to rewrite them manually after generation.
The text was updated successfully, but these errors were encountered: