Options
All
  • Public
  • Public/Protected
  • All
Menu

TPP specifies Trust Protection Platform configuration settings. Only one of TPP or Cloud may be specified.

schema

ClusterIssuerSpecVenafiTpp

Hierarchy

  • ClusterIssuerSpecVenafiTpp

Index

Properties

Optional Readonly caBundle

caBundle: string

CABundle is a PEM encoded TLS certificate to use to verify connections to the TPP instance. If specified, system roots will not be used and the issuing CA for the TPP instance must be verifiable using the provided root. If not specified, the connection will be verified using the cert-manager system root certificates.

schema

ClusterIssuerSpecVenafiTpp#caBundle

Readonly credentialsRef

CredentialsRef is a reference to a Secret containing the username and password for the TPP server. The secret must contain two keys, 'username' and 'password'.

schema

ClusterIssuerSpecVenafiTpp#credentialsRef

Readonly url

url: string

URL is the base URL for the vedsdk endpoint of the Venafi TPP instance, for example: "https://tpp.example.com/vedsdk".

schema

ClusterIssuerSpecVenafiTpp#url

Generated using TypeDoc