vault-csi-provider
vault-csi-provider copied to clipboard
HashiCorp Vault Provider for Secret Store CSI Driver
Specifically for GKE environments that leverage Google Cloud Operations Logging, logs generated by the provider are all classified as ERROR rather than the proper type as outlined in stdout/stderr. It...
Hi, Can you please release a new version as golang.org/x/crypto related CVE is fixed by dependabot last month.
Hello, I have been struggling to integrate the PKI engine with `csi-driver` using Vault. For context, this is what I have on my test setup: * csi-driver polling interval set...
Closes #177 Added json logging flag to allow logging in JSON format. Flags set to match Vaults flag `-log-format` and to support the same value `json`.
We are currently evaluating vault csi providers, looks like only two auth methods are currently supported. Will there be a support for AppRole auth method in the future. Is there...
I am trying to get started with [Secrets Store CSI Driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver), Vault provider, and Vault. In my Vault, I have `auth/approle/role/my-role` defined; and in my Kubernetes, there is a `SecretProviderClass`...
Hiya, I wanted to know how the SecretsProviderClass will work with the Pod to update the values. Currently, I'm using Secrets stored as `ENV variables` and wanted to understand how...
Reviewing the code for fetching secrets from Vault [here](https://github.com/hashicorp/vault-csi-provider/blob/v1.2.1/internal/provider/provider.go#L186-L234), it appears there are currently two options: * Set `secretKey` to pull a particular value out of the secret data. *...
Hi, I've got a question regarding csi mode and also the way of creating kubernetes secrets using `secretObjects` from SecretProviderClass. Possibly a miss understanding from my side but I have...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.3 to 0.30.0. Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master' into release-1.30 581c1b8 Update x/net for CVE-2023-45288 35ca1f4 Merge pull request #123932...