1

as part of anthos service mesh installation i included grafana and prometheus, I was able to secure access to grafana using google.auth in grafana.ini file. is there anyway i can secure access to prometheus as well?

Thanks

Mouad
  • 11
  • 1

1 Answers1

0

The most common thing to use would oauth2_proxy though there are many options.

coderanger
  • 52,400
  • 4
  • 52
  • 75
  • do you have any documentation on how to implement the oauth2_proxy and do you know if it's applicable when you have prometheus as part of anthos service mesh, Thanks – Mouad May 07 '20 at 03:50
  • You would run it as a sidecar and rather than expose Prometheus directly, you expose it through the proxy. – coderanger May 07 '20 at 04:58