passbolt-external-secret-example.yaml 591 B

12345678910111213141516171819
  1. apiVersion: external-secrets.io/v1beta1
  2. kind: ExternalSecret
  3. metadata:
  4. name: passbolt-example-simple
  5. spec:
  6. refreshInterval: "15s"
  7. secretStoreRef:
  8. name: passbolt
  9. kind: SecretStore
  10. target:
  11. name: passbolt-example
  12. data:
  13. - secretKey: full_secret
  14. remoteRef:
  15. key: e22487a8-feb8-4591-95aa-14b193930cb4 # Replace with ID of exising Passbolt secret
  16. - secretKey: password_only
  17. remoteRef:
  18. key: e22487a8-feb8-4591-95aa-14b193930cb4 # Replace with ID of exising Passbolt secret
  19. property: password # You can limit the secret to only display one property