-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Component(s)
Prometheus, PrometheusAgent, AlertManager, ServiceMonitor, PodMonitor, Probe, ScrapeConfig
What is missing? Please describe.
prometheus/prometheus#10492 added support for proxy URL for OAuth2 (via https://github.com/prometheus/common/releases/tag/v0.33.0).
It's currently not possible to configure the same for the different CRDs:
- Prometheus (remote-write)
- ServiceMonitor
- PodMonitor
- Probe
- ScrapeConfig
- Alertmanager
- AlertmanagerConfig
Changes also relevant to the proxy settings:
- https://github.com/prometheus/common/releases/tag/v0.39.0
- https://github.com/prometheus/common/releases/tag/v0.42.0
Describe alternatives you've considered.
N/A
Environment Information.
Environment
Kubernetes Version: N/A
Prometheus-Operator Version: v0.71.2
typeidtypeid and RaphaelBut