gateway api v1.6.2 standard

BackendTLSPolicy.spec.validation.subjectAltNames[].uri

URI contains Subject Alternative Name specified in a full URI format. It MUST include both a scheme (e.g., "http" or "ftp") and a scheme-specific-part. Common values include SPIFFE IDs like "spiffe://mycluster.example.com/ns/myns/sa/svc1sa". Required when Type is set to URI, ignored otherwise. Support: Core

1 fields
BackendTLSPolicy.spec.validation.subjectAltNames[].uri fields and descriptions
Field / TypeDescription
BackendTLSPolicy.spec.validation.subjectAltNames[].uri
string

URI contains Subject Alternative Name specified in a full URI format. It MUST include both a scheme (e.g., "http" or "ftp") and a scheme-specific-part. Common values include SPIFFE IDs like "spiffe://mycluster.example.com/ns/myns/sa/svc1sa". Required when Type is set to URI, ignored otherwise. Support: Core

  • minLength: 1
  • maxLength: 253
  • pattern: ^(([^:/?#]+):)(//([^/?#]*))([^?#]*)(\?([^#]*))?(#(.*))?