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>
8 lines
277 B
YAML
8 lines
277 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: passbolt-example
|
|
data:
|
|
full_secret: '{"name":"passbolt-secret","username":"some-username","password":"supersecretpassword","uri":"passbolt.com","description":"some description"}'
|
|
password_only: supersecretpassword
|
|
type: Opaque
|