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

Refine RBAC permissions for discovery-engine clusterrole #753

Open
rksharma95 opened this issue Jun 23, 2023 · 0 comments
Open

Refine RBAC permissions for discovery-engine clusterrole #753

rksharma95 opened this issue Jun 23, 2023 · 0 comments

Comments

@rksharma95
Copy link
Contributor

- apiGroups: ["*"]
  resources: ["pods", "services", "deployments", "endpoints", "namespaces", "nodes","replicasets", "statefulsets", "daemonsets", "secrets"]
  verbs: ["get", "list", "watch","create", "update", "delete"]

analyze and use only required permissions for each resource in the discovery-engine clusterrole rbac rules.
i.e. create, update and delete permissions for node is not required imo.

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

1 participant