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

feat: Support for multiple certificates in the ca-certificates data #264

Closed
3 tasks done
Tomasz-Smelcerz-SAP opened this issue Apr 29, 2024 · 0 comments · Fixed by #270
Closed
3 tasks done

feat: Support for multiple certificates in the ca-certificates data #264

Tomasz-Smelcerz-SAP opened this issue Apr 29, 2024 · 0 comments · Fixed by #270
Assignees

Comments

@Tomasz-Smelcerz-SAP
Copy link
Member

Tomasz-Smelcerz-SAP commented Apr 29, 2024

Description:
Currently the runtime-watcher only parses the very first certificate from the ca-certificate(s) data block.
To support the zero-downtime certificate management, it must be able to parse (and use) multiple entries.
A working POC can be used as a reference: Tomasz-Smelcerz-SAP@d7c0f2c

Acceptance Criteria

  • Client should be able to support multiple CA certificates from the certificates secret
  • Similar implementation to Tomasz-Smelcerz-SAP@d7c0f2c - Logic should be in separate component to parse and add certificates -> Separation of concerns
  • Cover with unit test

Related Issues:
kyma-project/lifecycle-manager#1430

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 a pull request may close this issue.

2 participants