Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

ClusterIssuerSpecVaultAuthAppRole

Hierarchy

  • ClusterIssuerSpecVaultAuthAppRole

Index

Properties

Properties

Readonly path

path: string

Path where the App Role authentication backend is mounted in Vault, e.g: "approle"

schema

ClusterIssuerSpecVaultAuthAppRole#path

Readonly roleId

roleId: string

RoleID configured in the App Role authentication backend when setting up the authentication backend in Vault.

schema

ClusterIssuerSpecVaultAuthAppRole#roleId

Readonly secretRef

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.

schema

ClusterIssuerSpecVaultAuthAppRole#secretRef

Generated using TypeDoc