From 97d92add08c6089ea3f30a29d579d6a66b9f4338 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Tue, 31 Oct 2023 14:04:52 -0400 Subject: [PATCH] Fix typo in kind for JWT config on API Gateway (#19441) --- .../gateways/api-gateway/secure-traffic/verify-jwts-k8s.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s.mdx b/website/content/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s.mdx index dc390baad0..7c58c4d513 100644 --- a/website/content/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s.mdx +++ b/website/content/docs/connect/gateways/api-gateway/secure-traffic/verify-jwts-k8s.mdx @@ -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.