Skip to content

Commit

Permalink
fix: add missing rbac rule to scrape metrics endpoints protected by r…
Browse files Browse the repository at this point in the history
…bac, fixes RHOAIENG-13957
  • Loading branch information
dhirajsb authored and openshift-merge-bot[bot] committed Oct 4, 2024
1 parent b80854f commit b0dcf4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/monitoring/prometheus/base/prometheus-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ rules:
- list
- get
- watch
- nonResourceURLs:
- "/metrics"
verbs:
- get

0 comments on commit b0dcf4e

Please sign in to comment.