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
Basically a dupe of #55, but for InstaScale. We have a large number of permissions directly defined in the InstaScale controller file: https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/instascale_controller.go#L77-L87
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/instascale_controller.go#L164-L170) 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
Basically a dupe of #55, but for InstaScale.
We have a large number of permissions directly defined in the InstaScale controller file: https://github.com/project-codeflare/codeflare-operator/blob/main/controllers/instascale_controller.go#L77-L87
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/instascale_controller.go#L164-L170)
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: