Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coordinate with kubernetes-sigs/secrets-store-csi-driver to support openbao as an accepted provider #5

Open
jessebot opened this issue Jun 1, 2024 · 2 comments

Comments

@jessebot
Copy link
Contributor

jessebot commented Jun 1, 2024

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:

Per their docs:

apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
  name: my-provider
spec:
  provider: vault        # accepted provider options: akeyless or azure or vault or gcp
  parameters:            # provider-specific parameters

Originally posted by @jessebot in #4 (comment)

@jessebot
Copy link
Contributor Author

I've submitted kubernetes-sigs/secrets-store-csi-driver#1580 to get this ball rolling :)

@glad2os
Copy link

glad2os commented Oct 16, 2024

Based on the documentation the provider is openbao

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants