-
Notifications
You must be signed in to change notification settings - Fork 66
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
Can't apply managementApiAuth to existing datacenter #588
Comments
Similar issue happens if I build a datacenter with manual |
Actions to take here:
|
@burmanm is this ticket still current? It is from last year so I'm confirming before I start work on it. Also, can you clarify what you mean by |
| @burmanm is this ticket still current? It is from last year so I'm confirming before I start work on it. Yes, it is. | Also, can you clarify what you mean by check if ObservedGeneration < Generation of CassandraDatacenter? What ObserverGeneration are we checking? Why would the ObservedGeneration and "Generation" be different if you're referring to the CassandraDatacenter in both cases? Whenever you update the CassandraDatacenter, the ObservedGeneration is less than Generation until the reconciliation has finished. In this case, it wouldn't since it fails midway. However, I think you can just skip that check for now and simply verify if the target pod has https enabled or not for mgmt-api. Currently, the syntax is |
What happened?
When I added
to existing datacenter it failed to update sts because API is still running on http, but operator sends https requests:
What did you expect to happen?
I expected operator to communicate with pods and update configuration to enable mTLS on both operator and mgmt api sides.
How can we reproduce it (as minimally and precisely as possible)?
Update datacenter configuration:
cass-operator version
1.17.2
Kubernetes version
1.27.4
Method of installation
Argo
Anything else we need to know?
No response
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: CASS-16
The text was updated successfully, but these errors were encountered: