Reference
gateways
List of gateway entries.
- Default value: n/a
- Hot reloadable: Yes
Values
Type | Description | Choices |
---|---|---|
[ object ] | An object with a set of explicit properties that can be set. | - |
Properties
Name | Description | Type | Default |
---|---|---|---|
name | Name of the gateway being connected to. | string | - |
url | A single URL to connect to. | string | - |
urls | A list of URLs to connect to (multiple servers in a cluster). | string | - |
tls | A TLS configuration map for creating a secure gateway connection. If the top-level gateway{} tls block contains certificates that have both client and server purposes, it is possible to omit this one and the server will use the certificates from the gateway{tls{}} section. | object | - |