hawkular / hawkular-openshift-agent

A Hawkular feed that collects metrics from Prometheus and/or Jolokia endpoints deployed in one or more pods within an OpenShift node.
16 stars 21 forks source link

secure the prometheus metric endpoint of the agent itself #118

Closed jmazzitelli closed 7 years ago

jmazzitelli commented 7 years ago

The agent itself has a /metrics endpoint you can enable. It goes behind https if you assign the agent an identity (cert file and private key - see its Identity section in the config).

We need to put it behind basic auth too - require username/password if specified.