Issue: Prometheus on Kubernetes Pod with OAuth Sidecar
I am running Prometheus on a Kubernetes Pod, with an OAuth sidecar to obtain a bearer token for the targets. The token expires after two weeks, and I am having to restart the Pod to get the new token working in Prometheus.
Can anyone help me understand why the new token provided by the sidecar is not being updated in Prometheus?
Fenced code blocks