Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

AWS Caller Identity

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.

CallerIdentity represents AWS Caller Identity verifiable through the AWS STS GetCallerIdentity call.

CredentialInfo

Information about AWS credentials the caller has access to verifiable through AWS STS GetCallerIdentity API. See https://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html

FieldDescriptionValidation Rule

presignedUrl

string oneof _kind
REQUIRED
Pre-signed URL of a call to the AWS STS GetCallerIdentity API that identifies caller's credentials. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html

string = {
  min_len: 1
}