-
|
I would like to be able to run cloudprober's default http server over https so the |
Beta Was this translation helpful? Give feedback.
Answered by
manugarg
Feb 21, 2025
Replies: 1 comment 1 reply
-
|
Cloudprober doesn't provide a way to add TLS to the default web server. When security is a concern (traffic flowing over untrusted network, e.g.), our recommendation is to expose Cloudprober only through a reverse proxy (e.g. envoy/nginx) and secure the proxy. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davevans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cloudprober doesn't provide a way to add TLS to the default web server. When security is a concern (traffic flowing over untrusted network, e.g.), our recommendation is to expose Cloudprober only through a reverse proxy (e.g. envoy/nginx) and secure the proxy.