-
Notifications
You must be signed in to change notification settings - Fork 886
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
Compose/ibmcloud redis exporter with ssl rediss://
does not work
#251
Comments
does the part to add SSL cert as part of argument exist? @oliver006 |
Sorry, not familiar with how IBM Cloud works or how it sets up Prometheus and/or exporters. |
are there plans on SSL cert as an arg to connect to rediss database? |
No plans right now, sorry. |
@oliver006 Here are the relevant logs ::
We want to ignore the SSL verification. Is there a flag we can pass to do the same? |
There is no flag available right now but definitely something that can be added in the future. Is the cert self-signed? |
@oliver006 yes its a self signed cert. |
Ok. |
Version 1.0.0 now has a flag to skip TLS verification, closing this. |
The flag to skip TLS certs is not what is needed since we're making |
Did you look at the |
Yeah, but there needs to be a CA cert flag because the self-signed certificate doesn't require a key, just a CA cert. At the moment, if you just use the cert param, it will yell at you for the key. So, I am thinking that another flag just for a CA cert is needed. |
Are there any updates on this issue? In our project context, it is mandatory to use an encrypted connection including the verification of a self-signed certificate. Is it planned to enable the explicit definition of CA cert analogously to the --tls-client-cert-file option? |
Did you try using the |
@oliver006 Of course, on a functional level this works without any problems, but this violates the required security standards. We would like to assure, that we can verify the cert of the redis database. |
Ah, I see what you mean, makes sense now. I don't have an immediate need for this nor do I have time to add this right now but I'd be happy to review and merge a PR. |
Ok thank you for the feedback. We'll have a look whether we can provide a pull request here ... |
when setting up exporter for ibmcloud, compose redis doesn't produce any metrics from prometheus
The text was updated successfully, but these errors were encountered: