Skip to content
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

[DPE-5615] - Manage chain file for requests like that of a CA #472

Open
wants to merge 2 commits into
base: 2/edge
Choose a base branch
from

Conversation

skourta
Copy link
Contributor

@skourta skourta commented Oct 11, 2024

Issue

We were not updating the chain.pem file used by the request module to send requests which caused communication cuts in a lot of cases.
Also fixes #448

Solution

Add the new chain to the chain.pem on CA rotation initiated and only delete it if all the nodes are done updating their CA and certs.

Summary of changes

This pull request introduces several changes to improve the handling of CA (Certificate Authority) rotation in the OpenSearch charm. The key changes include enhancements to the CA rotation process, ensuring proper cleanup of old CA certificates, and updating the request CA bundle. Additionally, a new method has been added to handle the completion of CA rotation.

Improvements to CA Rotation Process:

Version Updates:

Unit Test Enhancements:

Code Cleanup:

Dependency Updates:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CA Rotation fails with Manual TLS operator
1 participant