Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

JWT Credential

The differences between TSB and Tetrate Istio Subscription Plus (TIS+)

Tetrate Istio Subscription Plus (TIS+) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions.

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
}