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:
- targets:
- 'prometheus-slave.xyz.com:443' (my slave prometheus endpoint)
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/475aed3a-5640-464c-beb0-66996cc838f3o%40googlegroups.com.