From 5dbde76a9e9ca53b0f755bf0a2b9f983e56d6979 Mon Sep 17 00:00:00 2001 From: Joe Murray Date: Fri, 19 Sep 2025 17:21:56 -0400 Subject: [PATCH] Add OpenBao as an additional CSI Driver Introduction page of docs missed in PR at https://github.com/kubernetes-sigs/secrets-store-csi-driver/pull/1902/files --- docs/book/src/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/src/introduction.md b/docs/book/src/introduction.md index 3828c039e..93f700535 100644 --- a/docs/book/src/introduction.md +++ b/docs/book/src/introduction.md @@ -50,4 +50,5 @@ These features are not stable. If you use these be sure to consult the - [Azure Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/) - [Conjur Provider](https://github.com/cyberark/conjur-k8s-csi-provider) - [GCP Provider](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp) +- [OpenBao Provider](https://github.com/openbao/openbao-csi-provider) - [Vault Provider](https://github.com/hashicorp/secrets-store-csi-driver-provider-vault)