istio v1.31.0

RequestAuthentication.spec.jwtRules[].jwks_uri

URL of the provider's public key set to validate signature of the JWT.

1 fields
RequestAuthentication.spec.jwtRules[].jwks_uri fields and descriptions
Field / TypeDescription
RequestAuthentication.spec.jwtRules[].jwks_uri
string

URL of the provider's public key set to validate signature of the JWT.

  • minLength: 1
  • maxLength: 2048
  • x-kubernetes-validations: [{"message":"url must have scheme http:// or https://","rule":"url(self).getScheme() in [\"http\", \"https\"]"}]