passworddepot-secret-store.yaml 528 B

123456789101112131415161718
  1. apiVersion: external-secrets.io/v1alpha1
  2. kind: ClusterSecretStore
  3. metadata:
  4. name: external-secrets-store
  5. spec:
  6. # provider field contains the configuration to access the provider
  7. # which contains the secret exactly one provider must be configured.
  8. provider:
  9. passworddepot:
  10. host: host-of-password-depot # port is 8714 by default
  11. database: "password depot database name"
  12. auth:
  13. SecretRef:
  14. credentials:
  15. name: password-depot-secret
  16. namespace: external-secrets