-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
zroubalik
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done