-
Notifications
You must be signed in to change notification settings - Fork 137
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
Is this repository still actively developed? #65
Comments
As far as I understand you still need both, the provider-agnostic secrets-store-csi-driver and the aws provider (this repo). However, you raised my attention to the question whether this project is actively maintained... |
You're right, I should have RTFM'd first:
That said, I'm updating the title. The last commit was 6 months ago and there are a bunch of issues and pull requests that could use some attention. Of interest to me are #46 (ability to pull the entire secret into K8s without having to specify each key individually) and #22 (it doesn't work on Graviton?). I'm setting up a new set of clusters and I'm wondering if I should use this implementation or go with https://github.com/external-secrets/kubernetes-external-secrets. |
Using the secrets store csi driver seems to be the recommended way: https://docs.aws.amazon.com/de_de/secretsmanager/latest/userguide/integrating_csi_driver.html |
Yes, I'd expect AWS to release more often versions of this secret CSI provider and make it work with the new v1 version https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.0.0 |
@bgdnlp dispassionate opinion: I would use official AWS software to do this. @kitos9112 the official chart support the Secret Store CSI Driver v1.* https://github.com/aws/eks-charts/tree/master/stable/csi-secrets-store-provider-aws |
I agree, I would also use official AWS software in this case, which is why I'm here. Unfortunately it seems to be missing a couple of features that I had hoped would be present by now. Hence my asking about the status of this driver, because I know they are customer driven. |
@bgdnlp unfortunately AWS developers are not very responsive here on GitHub. |
@bgdnlp We made a note of the increased interest on the two feature requests you mentioned. |
Hi,
This repository is not longer under development, is it? Development moved to https://github.com/kubernetes-sigs/secrets-store-csi-driver ?
The text was updated successfully, but these errors were encountered: