vault-csi-provider
vault-csi-provider copied to clipboard
HashiCorp Vault Provider for Secret Store CSI Driver
Hi! Loving the project so far! :raised_hands: It seems like the CSI provider supports k8s auth at the moment. Are there plans to support other auth methods in the future?...
Signed-off-by: Batuhan Apaydın cc: @tomhjp 🙋🏻♂️
https://github.com/hashicorp/vault-csi-provider/blob/425b31c0aee2eec204c4b626fa1cf65b64574139/Dockerfile#L1 I'd like the request we move the final stage of the image to a distroless image - or even an image that has no shell. It would also be...
Ref: https://github.com/deislabs/secrets-store-csi-driver/issues/52
**Is your feature request related to a problem? Please describe.** The current implementation requires `ClusterRole` to request ServiceAccount token to the API server. The CSI driver already has an implementation...
Make test fails because `golangci-lint` is NOT installed. ``` $ make test rm -rf _output Setup... go env GO111MODULE="on" GOARCH="amd64" GOBIN="" GOCACHE="/Users/franklinwebber/Library/Caches/go-build" GOENV="/Users/franklinwebber/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GONOPROXY=""...
The dependencies to run the test are not in the makefile or defined in the README. ```shell $ go get sigs.k8s.io/secrets-store-csi-driver ```
We are using AKS, and currently evaluating CSI driver approach for integration with Hashicorp Vault and Azure Key Vault. Does Vault Provider support Azure auth method, so that we can...
Hi, I am trying to mount Vault Secrets through Container Storage Interface (CSI) Volume. https://learn.hashicorp.com/tutorials/vault/kubernetes-secret-store-driver I am getting below error: MountVolume.NewMounter initialization failed for volume "secrets-store-inline" : volume mode "Ephemeral"...