fix: Add /federate nonResourceURLs permission to Prometheus ClusterRole#990
fix: Add /federate nonResourceURLs permission to Prometheus ClusterRole#990anispate wants to merge 1 commit intorhobs:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anispate The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Adds the /federate endpoint permission to the auto-generated Prometheus ClusterRole to fix HTTP 403 Forbidden errors when ServiceMonitors attempt to scrape metrics from the /federate endpoint. This resolves the issue where CMO federation to hypershift-monitoring-stack fails on all MC clusters because the ClusterRole was missing the required nonResourceURLs permission. Fixes: SREP-3312 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@anispate: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Adds the /federate endpoint permission to the auto-generated Prometheus ClusterRole to fix HTTP 403 Forbidden errors when ServiceMonitors attempt to scrape metrics from the /federate endpoint.
This resolves the issue where CMO federation to hypershift-monitoring-stack fails on all MC clusters because the ClusterRole was missing the required nonResourceURLs permission.
Fixes: SREP-3312
🤖 Generated with Claude Code