Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

ClusterIssuerSpecVaultAuth

Hierarchy

  • ClusterIssuerSpecVaultAuth

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

ClusterIssuerSpecVaultAuth#appRole

Optional Readonly kubernetes

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

schema

ClusterIssuerSpecVaultAuth#kubernetes

Optional Readonly tokenSecretRef

TokenSecretRef authenticates with Vault by presenting a token.

schema

ClusterIssuerSpecVaultAuth#tokenSecretRef

Generated using TypeDoc