Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Last active April 26, 2022 23:10
Show Gist options
  • Save virtualhobbit/e3d0ba2872208feb1ab8076d9553a4e3 to your computer and use it in GitHub Desktop.
Save virtualhobbit/e3d0ba2872208feb1ab8076d9553a4e3 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: vault-cluster-issuer
spec:
vault:
path: pki/sign/<insert PKI issuer here>
server: https://<insert Vault server here>:8200
caBundle: <base64 encoded caBundle PEM file>
auth:
appRole:
path: approle
roleId: "<insert roleId here>"
secretRef:
name: cert-manager-vault-approle
key: secretId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment