debianmaster / openshift-examples

Openshift Examples - This repo does not provide end to end example but rather act as a rough draft for my work. use with caution. Buzzme at @twitter
https://twitter.com/debianmaster
280 stars 289 forks source link

Security prometheus #55

Open speedfl opened 6 years ago

speedfl commented 6 years ago

Hello,

I successfully added prometheus and grafana and I was able to monitor my cluster. However I am a bit worried about security. In fact prometheus does not provide authentication mechanism. So here by creating a route we expose all the metrics to the world.

Did you find some tricks to hide the metrics?

Regards

debianmaster commented 6 years ago

@speedfl the integration which i have done is old and there is a better way now. try prometheus ansible playbooks provided in latest openshift version 3.7

speedfl commented 6 years ago

Hello.

Thanks for your answer.

However I am on Openshift 3.6 I will try to install Openshift 3.7 :)

debianmaster commented 6 years ago

FYI 3.7 has integrated auth with openshift for prometheus