certmanager v1.7
Issuer.spec.vault.auth
Auth configures how cert-manager authenticates with the Vault server.
| Field / Type | Description |
|---|---|
AppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource. | |
Kubernetes authenticates with Vault by passing the ServiceAccount token stored in the named Secret resource to the Vault server. | |
TokenSecretRef authenticates with Vault by presenting a token. |