external-secrets
external-secrets copied to clipboard
Webhook in secretstore support pushsecret
i currently implementing my own http server as webhook. I like to use a pushsecret from a k8s to be send to an specific http endpoint using the secret store. but the secretstore states that the capability is ReadOnly. And when pushing a secret get this error
pushsecret set secret failed: could not write remote ref .dockerconfigjson to target secretstore mypushsecretstore: not implemented
Can you please enable the webhook to support this, i can not imagine this is a difficult task, because most of the implemenation will be done by the http server receiving the request