-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Is your feature request related to a problem? Please describe.
The BitwardenSecretsManager provider requires a certificate for serving HTTPS. This certificate can be generated by cert-manager. When it's generated by cert-manager, there's no way to inject the caBundle into ClusterSecretStore to allow for automatic rotation/re-issuance.
Describe the solution you'd like
I'd like BitwardenSecretsManager to support caProvider similar to Kubernetes so the CA can be pulled from the Secret containing the CA which cert-manager is managing.
Describe alternatives you've considered
I could create a CronJob to routinely check and update the CA.
I could manually and periodically update the CA.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Projects
Status
Done