forked from ab/homelab
Added external-secrets
This commit is contained in:
@ -135,8 +135,7 @@ spec:
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
result:
|
||||
jsonPath: "{{ printf \"$.data.%s\" .remoteRef.property }}"
|
||||
|
||||
jsonPath: "$.data.{{ .remoteRef.property }}"
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ClusterSecretStore
|
||||
@ -147,5 +146,5 @@ spec:
|
||||
webhook:
|
||||
url: "http://bitwarden-cli:8087/object/item/{{ .remoteRef.key }}"
|
||||
result:
|
||||
jsonPath: "$.data.fields[?(@.name==\"{{ .remoteRef.property }}\")].value"
|
||||
jsonPath: "$.data.fields[?@.name==\"{{ .remoteRef.property }}\"].value"
|
||||
|
||||
|
Reference in New Issue
Block a user