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

Enable usage of dynamic leaf certificates using a certificate resolver #745

Open
Tracked by #746 ...
Techassi opened this issue Mar 5, 2024 · 0 comments
Open
Tracked by #746 ...
Assignees

Comments

@Techassi
Copy link
Member

Techassi commented Mar 5, 2024

Currently to use TLS with webhooks, you have to manually mount a volume with the CA.

This PR: #736 adds a module to the framework that supports creating CAs and leaf certificates. Here we could just call the code to generate the certs and call the server, but then there is no way for them to be swapped out if they expire.

This ticket is about writing code to - instead of mounting a single cert - resolve a cert dynamically, allowing us to swap out expired certs while the Webhook server is running.

This resolver will be used by the stackable-webhook crate.

Follow up of #736.

Acceptance criteria

  • This TODO is resolved, and the AutoGenerate feature on the CA for the webhook works
@Techassi Techassi self-assigned this Mar 5, 2024
@fhennig fhennig changed the title Add dynamic TLS resolver Enable autogenerating CAs with a dynamic TLS resolver Mar 6, 2024
@fhennig fhennig changed the title Enable autogenerating CAs with a dynamic TLS resolver Enable autogenerating CAs with a dynamic TLS certificate resolver Mar 6, 2024
@fhennig fhennig changed the title Enable autogenerating CAs with a dynamic TLS certificate resolver Enable autogenerating and rotating CAs with a dynamic TLS certificate resolver Mar 6, 2024
@fhennig fhennig changed the title Enable autogenerating and rotating CAs with a dynamic TLS certificate resolver Enable autogenerating CAs with a dynamic TLS certificate resolver Mar 6, 2024
@Techassi Techassi changed the title Enable autogenerating CAs with a dynamic TLS certificate resolver Enable usage of dynamic leaf certificates using a certificate resolver Mar 7, 2024
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

No branches or pull requests

1 participant