This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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