Open CuteSSu opened 1 week ago
This feature is not yet available
I would love for this to be added, would definitely solve some use cases we have.
It would be great if this was added to the Infisical kubernetes operator or PushSecret integration is added to External-Secrets Infisical provider.
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.
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?