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

Add support for secretProviderClass #333

Open
manisha-tanwar opened this issue Jun 25, 2024 · 0 comments · May be fixed by #335
Open

Add support for secretProviderClass #333

manisha-tanwar opened this issue Jun 25, 2024 · 0 comments · May be fixed by #335
Assignees
Labels
enhancement New feature or request

Comments

@manisha-tanwar
Copy link

Details

Add support for secretProviderClass:

We use azure vault with aks and use secretProviderClass heavily and as app-template doesn't support it I'm having issues using it.

It would be great if it provides something like this in values.yaml

 secretProviderClass:
  enabled: true
  parameters:
    resourceGroup: ""
    keyvaultName: ""
  secretobjects:
    - objectName: test
      objectType: secret  # object types: secret, key or cert
      envVarName: "" # Set 'envVarName' to include the secret as an environment variable. Omit if it should be filesystem mounted only.

Reference:
https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/release-1.0/test/bats/tests/vault/vault_v1_secretproviderclass.yaml

@manisha-tanwar manisha-tanwar added the enhancement New feature or request label Jun 25, 2024
@bjw-s bjw-s linked a pull request Jun 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants