|
@@ -0,0 +1,14 @@
|
|
|
|
|
+---
|
|
|
|
|
+apiVersion: external-secrets.io/v1
|
|
|
|
|
+kind: ClusterSecretStore
|
|
|
|
|
+metadata:
|
|
|
|
|
+ name: bitwarden-login
|
|
|
|
|
+ namespace: external-secrets
|
|
|
|
|
+spec:
|
|
|
|
|
+ provider:
|
|
|
|
|
+ webhook:
|
|
|
|
|
+ url: "http://bitwarden-cli:8087/object/item/{{ .remoteRef.key }}"
|
|
|
|
|
+ headers:
|
|
|
|
|
+ Content-Type: application/json
|
|
|
|
|
+ result:
|
|
|
|
|
+ jsonPath: "$.data.login.{{ .remoteRef.property }}"
|