hi, I'm getting 403 as a scrape result with following config
scrape config:
- job_name: federate
scheme: https
honor_labels: true
tls_config:
insecure_skip_verify: true
metrics_path: /federate
bearer_token: '<openshift service_acccount token'
params:
'match[]':
- '{job="node-exporter"}'
static_configs:
- targets:
- 'prometheus-k8s-openshift-monitoring.<domain>'
With curl from the same prometheus container works and metrics are seen.
-Kalle