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
Secrets in External Store #185
Comments
|
No, currently reloader doesn't support this, reloader can only detect secrets within the cluster. But this sounds like a really good thing to have. Would you like to open a PR for this :) |
I am not a Golang developer, else would have tried a few things. But I would think this should not be too difficult since the kube api server can still provide info regarding the secrets as it will have knowledge about it. Only the data store is external. You could probably grab some event from the kube api server to achieve this. |
|
@consult-kk we are planning to add support for Hashicorp Vault! |
|
Hey |
|
For people interested in this, unless you're married to the Vault API either https://github.com/external-secrets/kubernetes-external-secrets or https://github.com/kubernetes-sigs/secrets-store-csi-driver + https://www.vaultproject.io/docs/platform/k8s/csi might be a more robust solution that doesn't add potentially fragile/unmaintained code |
|
Agreed with @RichiCoder1. Wonder if there's any plan to support the Secret store CSI driver, such as the Azure KeyVault implementation? |
|
Support for the Secret store CSI driver is indeed a good addition and we are planning to add similar in the future. We also welcome the community contributions via Pull Requests |
|
Totaly agree with @RichiCoder1 to have some support for https://github.com/kubernetes-sigs/secrets-store-csi-driver as the secrets-store-csi-driver , when implemented with secrets sync functionality it syncs using a CRD like below Hence using Reloader we have no way to tag/annotate the specific secret. So in addition to configmaps and secrets if you could add |
|
We use https://github.com/external-secrets/kubernetes-external-secrets and it works great |
|
Hi Has this been implemented yet ? |
|
Hi folks, I am using https://external-secrets.io/v0.5.7/ and it is updating my I am attempting to integrate this with Reloader. I have added the Am I missing something here? Cheers |
|
@ericmeadows Can you explain how it is working for you? Are you using |
|
We don't use Stakater, but we use 2 charts. ExternalSecrets, and deployments. I found it relevant to this thread to mention using ExternalSecrets as an alternative solution to the issue.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Dom Eales @ PaloIT ***@***.***>
Sent: Thursday, June 23, 2022 10:57:38 PM
To: stakater/Reloader ***@***.***>
Cc: Meadows, Eric A. ***@***.***>; Mention ***@***.***>
Subject: Re: [stakater/Reloader] Secrets in External Store (#185)
@ericmeadows Can you explain how it is working for you? Are you using reloader.stakater.com/auto: "true" on Deployment resources? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were
@ericmeadows<https://urldefense.com/v3/__https://github.com/ericmeadows__;!!KGKeukY!2kdaE-99EViXZCvHLPYhL9CuIvWwQHL1yuWnVdsTCE4aK9OBAZCNUxfW3BgJF5yTiD2dKAygpwmFPeju05luFPaNTz42bJMaAEFKemQ$> Can you explain how it is working for you? Are you using reloader.stakater.com/auto: "true" on Deployment resources?
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/stakater/Reloader/issues/185*issuecomment-1165142211__;Iw!!KGKeukY!2kdaE-99EViXZCvHLPYhL9CuIvWwQHL1yuWnVdsTCE4aK9OBAZCNUxfW3BgJF5yTiD2dKAygpwmFPeju05luFPaNTz42bJMaFvL4cyU$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ADFBP64RFDAVMUDPYDTEMPTVQUP2FANCNFSM4U6MIRTQ__;!!KGKeukY!2kdaE-99EViXZCvHLPYhL9CuIvWwQHL1yuWnVdsTCE4aK9OBAZCNUxfW3BgJF5yTiD2dKAygpwmFPeju05luFPaNTz42bJMaEkr92Us$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
@ericmeadows yeah ExternalSecrets is great. I would like to get it working with Reloader if possible. I suspect the way that ExternalSecrets is updating the secrets is not triggering an event in Reloader. Thanks anyway |
|
Scratch that, it seems that Reloader is working with |


Hi,
This is a useful tool for any DevOps/SRE teams managing K8S clusters and apps.
One question though, will this be able to detect changes to Secrets stored in an external store like the GoDday one or the HashiCorp Vault.
thanks,
KK
The text was updated successfully, but these errors were encountered: