You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The operator does not support automatically configuring DNS resolution for Redis or Sentinel. Since Sentinel returns IP addresses, using public CAs like Let's Encrypt or ZeroSSL is not feasible.
A built-in alternative is to use cert-manager's issuer with a self-signed certificate, requiring clients to use certificates to connect to Redis and Sentinel.
Are there any scenarios where public CA-issued certificates can be used with cert-manager and the Redis operator?
What version of redis-operator are you using?
redis-operator version: v0.18.0
Additional context
Trying to figure out supported SSL stories and their trade-offs.
The text was updated successfully, but these errors were encountered:
Describe your question
The operator does not support automatically configuring DNS resolution for Redis or Sentinel. Since Sentinel returns IP addresses, using public CAs like Let's Encrypt or ZeroSSL is not feasible.
A built-in alternative is to use cert-manager's issuer with a self-signed certificate, requiring clients to use certificates to connect to Redis and Sentinel.
Are there any scenarios where public CA-issued certificates can be used with cert-manager and the Redis operator?
What version of redis-operator are you using?
redis-operator version: v0.18.0
Additional context
Trying to figure out supported SSL stories and their trade-offs.
The text was updated successfully, but these errors were encountered: