passbolt-secret-store-ca.yaml 573 B

123456789101112131415161718192021
  1. apiVersion: external-secrets.io/v1
  2. kind: SecretStore
  3. metadata:
  4. name: passbolt-with-custom-ca
  5. spec:
  6. provider:
  7. passbolt:
  8. host: https://passbolt.example.com
  9. # Reference a ConfigMap or Secret containing the CA bundle that signed
  10. # the Passbolt server certificate.
  11. caProvider:
  12. type: ConfigMap
  13. name: passbolt-ca-bundle
  14. key: ca.crt
  15. auth:
  16. passwordSecretRef:
  17. key: password
  18. name: passbolt-credentials
  19. privateKeySecretRef:
  20. key: privateKey
  21. name: passbolt-credentials