-
-
Notifications
You must be signed in to change notification settings - Fork 7
Add Cert-Manager backend #474
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
Comments
Can you please add a link to the documentation as well as a short snippet for the release notes? And would it be useful to show this off to the team? |
* Initial prototype for cert-manager integration See #474 * Use PVC name as cert-manager secret, rather than pod name * Move cert-manager integration into a separate backend * Reorganize * Cert-Manager: only set node label if volume has node scope * CRD docs * Fix CSI always being considered dirty * Reference docs * Update cert-manager guide to use cert-manager backend * Fix rustdoc warnings * Regenerate CRDs * Allow overriding Cert-Manager lifetimes * Changelog * Make pvc_name optional * Update rust/operator-binary/src/backend/cert_manager.rs Co-authored-by: Nick <[email protected]> * Update rust/operator-binary/src/backend/mod.rs Co-authored-by: Nick <[email protected]> * Update rust/operator-binary/src/backend/mod.rs Co-authored-by: Nick <[email protected]> * Update tests/templates/kuttl/cert-manager-tls/consumer.yaml Co-authored-by: Nick <[email protected]> * Update rust/operator-binary/src/crd.rs Co-authored-by: Nick <[email protected]> * Align cert-manager CRDs better with upstream * Regenerate CRD * Quote scopes in errors * Add context for certificate object errors * Make Clippy happy * cargo fmt --------- Co-authored-by: Nick <[email protected]>
Docs: https://docs.stackable.tech/home/nightly/secret-operator/cert-manager Relnote: "The Stackable Data Platform now supports provisioning TLS certificates using cert-manager."
Maybe? Probably worth mentioning that it exists, but as an operator dev it should be transparent. |
Builds on #473 by automatically creating the applicable Cert-Manager Certificate objects, and mounting in the applicable certificates.
The text was updated successfully, but these errors were encountered: