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

IssuerSpecVaultAuthAppRole

Hierarchy

  • IssuerSpecVaultAuthAppRole

Index

Properties

Properties

Readonly path

path: string

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

schema

IssuerSpecVaultAuthAppRole#path

Readonly roleId

roleId: string

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

schema

IssuerSpecVaultAuthAppRole#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

IssuerSpecVaultAuthAppRole#secretRef

Generated using TypeDoc