Listener Configuration
Property | Listener (object) |
---|---|
additionalProperties | false |
properties | address , port |
The listener
object configures the Envoy listener used to serve this API. Depending on the specified url
property a TLS context is configured.
Listener Address
Property | address (choice) |
---|---|
default | 127.0.0.1 |
options |
The IP address Envoy listens for new TCP connections
IPv6
Choice Option | address (string) |
---|
IPv6 TCP Listener Address
IPv4
Choice Option | address (string) |
---|
IPv4 TCP Listener Address
Listener Port
Property | port (integer) |
---|---|
default | 8080 |
maximum | 65535 |
minimum | 1 |
The port is extracted from the specified url
property if it is explicitely provided as part of the url. E.g. the implicit ports 80/443 for http/https are replaced by the default 8080
.