Add Bitwarden Secrets Manager provider#2011
Add Bitwarden Secrets Manager provider#2011kvncrw wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kvncrw The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This issue is currently awaiting triage. If secrets-store-csi-driver contributors determine this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Hi @kvncrw. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Neat, @aramase I think there is some e2e requirements we have for this? |
Summary
This PR adds the Bitwarden Secrets Manager CSI Provider to the list of supported providers.
The provider implements the
v1alpha1gRPC provider protocol and enables Kubernetes workloads to mount secrets from Bitwarden Secrets Manager via the Secrets Store CSI Driver.Provider details
Changes in this PR
docs/book/src/introduction.md— Added Bitwarden Provider link to the Supported Providers listdocs/book/src/providers.md— Added Bitwarden column to the feature comparison tableNote
e2e tests for the Bitwarden provider will be added in a follow-up PR.