-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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! |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: