-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prometheus TLS #370
Comments
Thanks @arikalon1 The cacert I am trying to already injected inside my container. It is an istio cert for mTLS. I see that the docs say the cert has to be base-encoded. Is there a way I can pass in the location of the cert (already inside the pod). |
I will take a look at this once time permits. Thanks again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Is there a way to pass cacert/cert/key via the CLI if I want to authenticate to Prometheus via TLS?
When trying to pass in https://prom-url
I get:
I would like to pass in the cert and key to the cli
Thanks
The text was updated successfully, but these errors were encountered: