We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a large number of permissions directly defined in the mcad controller file: https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/mcad_controller.go#L107-L127.
Instead of doing things this way, we should be restricting this set of permissions to those required specifically by the operator (namely https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/mcad_controller.go#L195-L199) The rest of the permissions should be moved into a (cluster)role and corresponding (cluster)rolebinding in the rbac directory, here: https://github.com/project-codeflare/codeflare-operator/tree/main/config/rbac
The text was updated successfully, but these errors were encountered:
This has become obsolete with #279.
Sorry, something went wrong.
No branches or pull requests
We have a large number of permissions directly defined in the mcad controller file: https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/mcad_controller.go#L107-L127.
Instead of doing things this way, we should be restricting this set of permissions to those required specifically by the operator (namely https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/mcad_controller.go#L195-L199)
The rest of the permissions should be moved into a (cluster)role and corresponding (cluster)rolebinding in the rbac directory, here: https://github.com/project-codeflare/codeflare-operator/tree/main/config/rbac
The text was updated successfully, but these errors were encountered: