-
Notifications
You must be signed in to change notification settings - Fork 51
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
Audit RBAC #38
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Still needs to be done for https://github.com/kubernetes-sigs/blixt/milestone/5 /remove-lifecycle stale |
@shaneutt: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Problem Statement
We currently have permissions for several resources for
create
,update
,patch
anddelete
which are unnecessary (generally, we only need this access for their status) which is just a bi-product ofkubebuilder
scaffolding. The purpose of this task is to audit and remove unnecessary permissions.The text was updated successfully, but these errors were encountered: