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

Review required RBAC permissions #5261

Closed
Tracked by #5275
JorTurFer opened this issue Dec 6, 2023 · 2 comments · Fixed by #5286
Closed
Tracked by #5275

Review required RBAC permissions #5261

JorTurFer opened this issue Dec 6, 2023 · 2 comments · Fixed by #5286
Labels
bug Something isn't working

Comments

@JorTurFer
Copy link
Member

JorTurFer commented Dec 6, 2023

Report

Currently, KEDA operator has permissions in cluster RBAC which aren't required
For example:

- apiGroups:
  - ""
  resources:
  - configmaps
  - configmaps/status
  - events
  verbs:
  - '*'

AFAIK, KEDA doesn't need * over configMaps across all the cluster. We should revisit all the permissions and check if they are really required or not

@JorTurFer JorTurFer added the bug Something isn't working label Dec 6, 2023
@tomkerkhove
Copy link
Member

Let's try to do this before 2.13 ships!

@JorTurFer
Copy link
Member Author

Let me open the release issue to start tracking pending things to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants