conjur-secret-store.yaml 566 B

123456789101112131415161718192021
  1. apiVersion: external-secrets.io/v1beta1
  2. kind: SecretStore
  3. metadata:
  4. name: conjur
  5. spec:
  6. provider:
  7. conjur:
  8. # Service URL
  9. url: https://myapi.conjur.org
  10. # [OPTIONAL] base64 encoded string of certificate
  11. caBundle: OPTIONALxFIELDxxxBase64xCertxString==
  12. auth:
  13. apikey:
  14. # conjur account
  15. account: conjur
  16. userRef: # Get this from K8S secret
  17. name: conjur-creds
  18. key: hostid
  19. apiKeyRef: # Get this from K8S secret
  20. name: conjur-creds
  21. key: apikey