istio v1.31.0

RequestAuthentication.spec.jwtRules.outputClaimToHeaders

This field specifies a list of operations to copy the claim to HTTP headers on a successfully verified token.

2 fields
RequestAuthentication.spec.jwtRules.outputClaimToHeaders fields and descriptions
Field / TypeDescription
claim
string required

The name of the claim to be copied from.

  • minLength: 1
header
string required

The name of the header to be created.

  • minLength: 1
  • pattern: ^[-_A-Za-z0-9]+$