You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add validation in the latticeServiceModelBuildTask: the hostnames in the TLSRoute is required field for the aws gateway api controller supported TLSRoute
#649
Open
zijun726911 opened this issue
Jun 7, 2024
· 0 comments
The text was updated successfully, but these errors were encountered:
zijun726911
changed the title
Add validation in the latticeServiceModelBuildTask: the hostnames in the TLSRoute is required field for aws gateway api controller
Add validation in the latticeServiceModelBuildTask: the hostnames in the TLSRoute is required field for the aws gateway api controller supported TLSRoute
Jun 7, 2024
Due to the VPC lattice Considerations:
For aws gateway api controller supported TLSRoute, it must have at least one item in the
hostnames
field.https://docs.aws.amazon.com/vpc-lattice/latest/ug/tls-listeners.html#tls-listeners-considerations
Need to change code here:
aws-application-networking-k8s/pkg/gateway/model_build_lattice_service.go
Line 135 in 036e2a3
The text was updated successfully, but these errors were encountered: