mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
0321657a69
* Integrate Cloak Secrets Signed-off-by: Ian Purton <ian.purton@gmail.com> * Fix link Signed-off-by: Ian Purton <36966+ianpurton@users.noreply.github.com> --------- Signed-off-by: Ian Purton <ian.purton@gmail.com> Signed-off-by: Ian Purton <36966+ianpurton@users.noreply.github.com>
15 lines
No EOL
348 B
YAML
15 lines
No EOL
348 B
YAML
{% raw %}
|
|
# An External secrets webhookl
|
|
apiVersion: external-secrets.io/v1beta1
|
|
kind: SecretStore
|
|
metadata:
|
|
name: cloak-backend
|
|
spec:
|
|
provider:
|
|
webhook:
|
|
url: "http://cloak-external-secrets-service:7105/{{ .remoteRef.key }}"
|
|
result:
|
|
jsonPath: "$.value"
|
|
headers:
|
|
Content-Type: application/json
|
|
{%- endraw %} |