Skip to content
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

Make RBAC more fine-grained, move most ClusterRole rules to Role #76

Open
adriansuarez opened this issue Jul 17, 2024 · 1 comment
Open

Comments

@adriansuarez
Copy link

The only cluster-scoped access that the Terraform Operator seems to require is for the Terraform kind, but RBAC is configured with a single ClusterRole that contains all of the access that the Operator wants. It should be possible to restrict the Operator to its own namespace, with the exception of its own CRD.

@isaaguilar
Copy link
Contributor

Sounds good to me. I just need to make sure the operator can be namespaced to prevent wasting compute resources at other namespaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants