You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to submit a PR to https://github.com/kubernetes-sigs/secrets-store-csi-driver to add openbao as a valid provider, as right now, our SecretProviderClass resources all have to use provider: vault because otherwise, they all fail, as only a few providers are recognized and tested:
Thanks for the clarification about the proper provider - vault. Subscribing for this topic and waiting for patches ahead)
My case is
Warning FailedMount 4s (x5 over 12s) kubelet MountVolume.SetUp failed for volume "openbao-db-creds" : rpc error: code = Unknown desc = failed to mount secrets store objects for pod tg-bot/tg-bot-6dc869b644-wd8cz, err: error connecting to provider "openbao": provider not found: provider "openbao"
We need to submit a PR to https://github.com/kubernetes-sigs/secrets-store-csi-driver to add openbao as a valid provider, as right now, our
SecretProviderClass
resources all have to useprovider: vault
because otherwise, they all fail, as only a few providers are recognized and tested:Per their docs:
Originally posted by @jessebot in #4 (comment)
The text was updated successfully, but these errors were encountered: