Renew Certs in Strimzi Entity Operator Created Secrets #7065
dbaarorapr
started this conversation in
General
Replies: 1 comment 2 replies
-
The User operator automatically renews the certificates before the expire. So you need to check your logs to see what is the problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We noticed that our entity operator when it creates kafkausers ,the certs in the associated secrets have a 1 years validity
Now after a year when the certs expire ,we have issues as the kafka user cannot connect to the kafka cluster
So ,the pattern we have is real crude and we just delete the secret and after a few minutes ,when entity operator notices that the secret is gone and kafkauser exists ,it goes ahead and re-creates the secret with new certs inside it that have a 1 years new validity
This pattern is not correct and wanted to know how others handle this and looking for a correct way to do this?
The pattern also has a pitfall that sometimes in some rare cases,the entity operator did not even notice the missing secret for many days and hence entity operator pod had to be restarted and all worked fine and it re-created the secret again
Much appreciate all help
Beta Was this translation helpful? Give feedback.
All reactions