Update website/content/docs/api-gateway/configuration/gateway.mdx

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
sarahalsmiller 2022-07-07 15:23:46 -05:00 committed by GitHub
parent a50fd42cf8
commit 9acf7a23a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ You can specify one of the following strings:
* `Selector`: Only routes in namespaces that match the `selector` may be attached. * `Selector`: Only routes in namespaces that match the `selector` may be attached.
### listeners.allowedRoutes.namespaces.selector ### listeners.allowedRoutes.namespaces.selector
The `selector` configuration matches zero or more namespaces that determine which routes are allowed to attach to the listener. Specifies a method of matching namespaces from which routes are allowed to attach to the listener.
* Type: Object * Type: Object
* Required: Required when `from` is configured to `Selector`. * Required: Required when `from` is configured to `Selector`.