-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Cannot use redis chart with cert-manager? #9303
Comments
Hi @thomastvedt AFAIK adding the CA certificate is optional, isn't it? Did you found any issue when the CA isn't present in the TLS secret? |
Ahh.. Anyway, we moved to a self signed version using a cert manager issuer with self signed cert. This did include the CA cert in the secret, since it's not a trusted root. I'm closing this, certificates are still hard to get right... 🙈 |
From https://redis.io/topics/encryption:
|
I'm glad that you were able to workaround the issue @thomastvedt |
But how do you know which common name (or DNS names) to configure in the |
Many CA does not provide ca.crt. How to use this chart with ca signed certificate? |
@thisurawijesekera I've found something that works with See #30305 or https://github.com/tdg5/bitnami-redis-ca-cert-shenanigans for a hack to make the |
Name and Version
bitnami/redis 16.4.5
What steps will reproduce the bug?
redis-certificate
that looks like this:certCAFilename
.charts/bitnami/redis/README.md
Lines 604 to 614 in fd8ac49
Are you using any custom parameters or values?
No response
What is the expected behavior?
I want to be able to use the secret generated by cert-manager
redis-certificate
fortls.certFilename
andtls.certKeyFilename
, and another separate secret for the CA certificate.What do you see instead?
I cannot figure out how to use this chart with TLS and cert-manager
Additional information
No response
The text was updated successfully, but these errors were encountered: