Skip to main content
logoTetrate Service BridgeVersion: 1.10.x

JWT Credential

JwtCredential represents an OIDC ID Token credential that can be used to authenticate workloads from an on-premise datacenter.

JwtCredential

JwtCredential represents an OIDC ID Token credential that can be used to authenticate workloads from an on-premise datacenter.

FieldDescriptionValidation Rule

token

string
REQUIRED
OIDC ID Token that authenticates given workload.

string = {
  min_len: 1
}