-
Notifications
You must be signed in to change notification settings - Fork 350
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
kustomize: generate namespaced and descoped rbacs #3165
Comments
cc @phantomjinx |
This issue has been automatically marked as stale due to 90 days of inactivity. |
This issue has been automatically marked as stale due to 90 days of inactivity. |
@lburgazzoli Do you mean having both version as files in the repo instead of generating "clustered" versions ? |
@gansheer I would say, yes, that is what @lburgazzoli means. There are advantages to it in that you don't then need to use the This is balanced by the usual disadvantage that more files are present in the repo and so have to be maintained. However, in this case I don't think this is a real problem. |
@gansheer yes correct, the main goal is to provide a simple |
That fits the work I am doing refactoring kustomize. |
@gansheer I think this can be closed as completed, right? |
Yes, I am closing it. |
As today, a number of rbac can be found in the repo but when the operator should be installed in cluster mode, then all those rbca have to be translated from namespace to cluster (Role to ClusterRole, RoleBinding to ClòusterRoleBiding) which is of course possible but not very easy.
I wonder if we can generate them by default instead of having to use kustomize to transform them, i.e. we can add two additional folders:
The text was updated successfully, but these errors were encountered: