mirror of https://github.com/status-im/consul.git
Update website/content/docs/api-gateway/configuration/gateway.mdx
This commit is contained in:
parent
da38571f4b
commit
62142aa921
|
@ -74,6 +74,9 @@ Specifies a `namespace` object that defines the types of routes that may be atta
|
||||||
|
|
||||||
### listeners.allowedRoutes.namespaces
|
### listeners.allowedRoutes.namespaces
|
||||||
Determines which routes are allowed to attach to the `listener`. Only routes in the same namespace as the `Gateway` may be attached by default.
|
Determines which routes are allowed to attach to the `listener`. Only routes in the same namespace as the `Gateway` may be attached by default.
|
||||||
|
* Type: string
|
||||||
|
* Required: optional
|
||||||
|
* Default: Same namespace as the parent Gateway
|
||||||
|
|
||||||
### listeners.allowedRoutes.namespaces.from
|
### listeners.allowedRoutes.namespaces.from
|
||||||
Determines which namespaces are allowed to attach a route to the `Gateway`. You can specify one of the following strings:
|
Determines which namespaces are allowed to attach a route to the `Gateway`. You can specify one of the following strings:
|
||||||
|
|
Loading…
Reference in New Issue