Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Nonkube certs paths refactored #1781

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

fgiorgetti
Copy link
Member

This PR simplifies the directory trees used to store runtime certificates and by user provided certificates.
Certificate Authorities (issuers) are now stored under:

${HOME}/.local/share/skupper/namespaces/default/runtime/issuers/
${HOME}/.local/share/skupper/namespaces/default/input/issuers/

While client and server certificates are stored under (no more client/ or server/ directory needed):

${HOME}/.local/share/skupper/namespaces/default/runtime/certs/
${HOME}/.local/share/skupper/namespaces/default/input/certs/

They need to be kept separate, as in case the namespace resources need to be reloaded, the CAs (issuers)
can be preserved, while the runtime/certs can be re-generated (or copied from input/certs).

It will also simplify the integration with #1761 .

@fgiorgetti fgiorgetti merged commit 3a61849 into skupperproject:v2 Nov 18, 2024
1 check passed
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.

5 participants