We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Let's try to do this before 2.13 ships!
Sorry, something went wrong.
Let me open the release issue to start tracking pending things to do
Successfully merging a pull request may close this issue.
Report
Currently, KEDA operator has permissions in cluster RBAC which aren't required
For example:
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
The text was updated successfully, but these errors were encountered: