Fix typo in kind for JWT config on API Gateway (#19441)

This commit is contained in:
Nathan Coleman 2023-10-31 14:04:52 -04:00 committed by GitHub
parent 54717e683b
commit 97d92add08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Create a `GatewayPolicy` values file and configure the following fields to defin
Create an `RouteAuthFilter` values file and configure the following fields. Refer to [`RouteAuthFilter` configuration reference](/consul/docs/connect/gateways/api-gateway/configuration/routeauthfilter) for details.
- `kind`: Must be set to `HTTRouteAuthFilter`
- `kind`: Must be set to `HTTPRouteAuthFilter`
- `metadata.name`: Specifies a name for the filter.
- `metadata.namespace`: Specifies the Consul namespace the filter applies to.
- `spec.jwt.providers`: Specifies a list of providers and claims used to verify requests to the gateway. The override settings take precedence over the default and route-specific JWT verification settings.