Skip to content

Review required RBAC permissions #5261

@JorTurFer

Description

@JorTurFer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions