Skip to content

Support caProvider for BitwardenSecretsManager #3676

@nijave

Description

@nijave

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

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions