Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
15.63k stars 971 forks source link

Syncing from a Kubernetes secret to an Infisical secret #2675

Open CuteSSu opened 1 week ago

CuteSSu commented 1 week ago

I successfully managed to sync secrets from Infisical into Kubernetes using this tutorial: Sync Infisical Secrets to Your Cluster.

However, I still haven’t found a way to sync secrets from Kubernetes into Infisical. With Vault, it’s possible to sync a Kubernetes secret into Vault using pushsecret. How can I sync a Kubernetes secret into an Infisical secret?

maidul98 commented 1 week ago

This feature is not yet available

erkerb4 commented 6 days ago

I would love for this to be added, would definitely solve some use cases we have.

jsnouffer commented 6 days ago

It would be great if this was added to the Infisical kubernetes operator or PushSecret integration is added to External-Secrets Infisical provider.

DapperDivers commented 5 days ago

I just set this integration up without realizing I needed this feature. +1 please integrate would be a lovely addition

I don't fully understand this as its the first time i'm looking at it, but it appears that implementing here would allow this to work. https://github.com/external-secrets/external-secrets/blob/ebbc3a0e27bde8f5af7146bf359d59b7bcb1bf67/pkg/provider/infisical/client.go#L160

Is there currently API support for this? I'm up for giving the pr a go on the external secret side if so.