Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

IssuerSpecVaultAuth

Hierarchy

  • IssuerSpecVaultAuth

Index

Properties

Optional Readonly appRole

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

schema

IssuerSpecVaultAuth#appRole

Optional Readonly kubernetes

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

schema

IssuerSpecVaultAuth#kubernetes

Optional Readonly tokenSecretRef

TokenSecretRef authenticates with Vault by presenting a token.

schema

IssuerSpecVaultAuth#tokenSecretRef

Generated using TypeDoc