Hello Guys,
I am stuck at point by doing integration of openid auth enabled prometheus to federation. Let me explain in detail about the configuration and blocker.
My slave Prometheus is openid auth enabled. Whenever, We try to access the prometheus it ask for login authentication and get us IN if authorization get success. Post successful login, prometheus dashboard and its graph can be see.
Federation prometheus is running at different place. Federation prometheus scrape_configs looks like below
scrape_configs:
job_name: 'federate'
scrape_interval: 15s
honor_labels: true
metrics_path: '/federate'
params:
'match[]':
- '{job="prometheus"}'
- '{name=~"job:.*"}'
static_configs:
Issue : The target status is DOWN and Status is "server returned HTTP status 403 Forbidden".
I know the error is coming because of federation Prometheus has not getting credential to access slave Prometheus. But, I am not getting anything at federation prometheus where credentials related configuration will be done which allow federation Prometheus to access auth protected slave prometheus.
Suggestion & help need !!!!!!
#FederationPrometheus
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/cb2e02f3-c6af-47c6-9029-d1c5f0b66c9do%40googlegroups.com.