certmanager v1.7

ClusterIssuer.spec.vault.auth

Auth configures how cert-manager authenticates with the Vault server.

3 fields
ClusterIssuer.spec.vault.auth fields and descriptions
Field / TypeDescription
object

AppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource.

object

Kubernetes authenticates with Vault by passing the ServiceAccount token stored in the named Secret resource to the Vault server.

object

TokenSecretRef authenticates with Vault by presenting a token.