certmanager v1.21.1
ClusterIssuer.spec.acme.solvers[].selector.matchLabels.spec.vault.auth.appRole
AppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource.
| Field / Type | Description |
|---|---|
path | Path where the App Role authentication backend is mounted in Vault, e.g: "approle" |
roleId | RoleID configured in the App Role authentication backend when setting up the authentication backend in Vault. |
Reference to a key in a Secret that contains the App Role secret used to authenticate with Vault. The `key` field must be specified and denotes which entry within the Secret resource is used as the app role secret. |