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
One thing to note about my setup is that I have created an additional service manually to get functionality requested in #4075 and #4084. I can't see why that would cause this issue, but here is the config for that service in case this is a relevant detail:
What happened?
When I set hostname to be '*' or leave hostname out of the MeshGateway config, the MeshGatewayInstances I have running get the following error:
[2022-03-31 08:33:51.627][24][warning][config] [source/common/config/grpc_subscription_impl.cc:126] gRPC config for type.googleapis.com/envoy.config.listener.v3.Listener rejected: Error adding/updating listener(s) mesh-gateway:HTTPS:8443: error adding listener '10.117.1.32:8443': partial wildcards are not supported in "server_names"
When I set it to a non-wildcard value the listener is created successfully.
Here is my MeshGateway config:
Here is my MeshGatewayInstance config:
One thing to note about my setup is that I have created an additional service manually to get functionality requested in #4075 and #4084. I can't see why that would cause this issue, but here is the config for that service in case this is a relevant detail:
The text was updated successfully, but these errors were encountered: