gateway api v1.6.2 experimental
BackendTLSPolicy.spec.validation.subjectAltNames[]
SubjectAltName represents Subject Alternative Name.
| Field / Type | Description |
|---|---|
hostname | Hostname contains Subject Alternative Name specified in DNS name format. Required when Type is set to Hostname, ignored otherwise. Support: Core
|
type | Type determines the format of the Subject Alternative Name. Always required. Support: Core
|
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
|