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
I noticed in the code that the root CA is generated with a 10-year validity, while the leaf certificates are valid for only 1 year. What happens to the cluster if the leaf certificates are not updated after they expire? Will inter-node communication fail, leading to a full cluster failure?
As the certificate nears its expiry date, what is the recommended process for updating it? Is there any OpenSearch metric that indicates when a certificate is nearing expiration?
If we manually update the node certificates, will the operator automatically detect the change and perform a rolling restart?
The text was updated successfully, but these errors were encountered:
As a workaround, you can delete the below secrets manually and it will get regenerate by opensearch-operator in 4-5 mins. After that perform rollout restart of deployments, daemonsets and statefulset
Hi,
I noticed in the code that the root CA is generated with a 10-year validity, while the leaf certificates are valid for only 1 year. What happens to the cluster if the leaf certificates are not updated after they expire? Will inter-node communication fail, leading to a full cluster failure?
As the certificate nears its expiry date, what is the recommended process for updating it? Is there any OpenSearch metric that indicates when a certificate is nearing expiration?
If we manually update the node certificates, will the operator automatically detect the change and perform a rolling restart?
The text was updated successfully, but these errors were encountered: