mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
432c6bf9ab
* add passbolt provider Signed-off-by: Thorben Below <56894536+thorbenbelow@users.noreply.github.com> * Fix: return err for unimplemented methods Signed-off-by: Thorben Below <56894536+thorbenbelow@users.noreply.github.com> --------- Signed-off-by: Thorben Below <56894536+thorbenbelow@users.noreply.github.com>
19 lines
591 B
YAML
19 lines
591 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: passbolt-example-simple
|
|
spec:
|
|
refreshInterval: "15s"
|
|
secretStoreRef:
|
|
name: passbolt
|
|
kind: SecretStore
|
|
target:
|
|
name: passbolt-example
|
|
data:
|
|
- secretKey: full_secret
|
|
remoteRef:
|
|
key: e22487a8-feb8-4591-95aa-14b193930cb4 # Replace with ID of exising Passbolt secret
|
|
- secretKey: password_only
|
|
remoteRef:
|
|
key: e22487a8-feb8-4591-95aa-14b193930cb4 # Replace with ID of exising Passbolt secret
|
|
property: password # You can limit the secret to only display one property
|