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

Example ClusterRole is unnecessarily permissive #846

Closed
rifelpet opened this issue Feb 13, 2020 · 1 comment
Closed

Example ClusterRole is unnecessarily permissive #846

rifelpet opened this issue Feb 13, 2020 · 1 comment
Labels
config Helm, raw configuration manifests, deployment artifacts

Comments

@rifelpet
Copy link

The example ClusterRole contains wildcards:

- apiGroups:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"

Following the principle of least privilege, It would be great if those were enumerated to reduce the permissions as much possible.

@jaypipes jaypipes added the config Helm, raw configuration manifests, deployment artifacts label Feb 20, 2020
@mogren
Copy link
Contributor

mogren commented Jun 5, 2020

Resolved in #972

@mogren mogren closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Helm, raw configuration manifests, deployment artifacts
Projects
None yet
Development

No branches or pull requests

3 participants