You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fhennig
changed the title
Add dynamic TLS resolver
Enable autogenerating CAs with a dynamic TLS resolver
Mar 6, 2024
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
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
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
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
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
The text was updated successfully, but these errors were encountered: