From ee361fc5c9e1892386f9bcdf5dc581515b2fdb71 Mon Sep 17 00:00:00 2001 From: Eitan Suez Date: Wed, 3 Apr 2024 21:08:55 -0500 Subject: [PATCH] fixes minor typo in http-routing guide Signed-off-by: Eitan Suez --- site/content/en/v1.0.0/user/traffic/http-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/v1.0.0/user/traffic/http-routing.md b/site/content/en/v1.0.0/user/traffic/http-routing.md index 82d3609f91f..12e1773a91f 100644 --- a/site/content/en/v1.0.0/user/traffic/http-routing.md +++ b/site/content/en/v1.0.0/user/traffic/http-routing.md @@ -214,7 +214,7 @@ Get another JWT used for testing request authentication: TOKEN=$(curl https://raw.githubusercontent.com/envoyproxy/gateway/main/examples/kubernetes/jwt/with-different-claim.jwt -s) && echo "$TOKEN" | cut -d '.' -f2 - | base64 --decode - ``` -Test HTTP routing to the `bar-svc` backenbackend by specifying a JWT Token with a claim `name: Tom`. +Test HTTP routing to the `bar-svc` backend by specifying a JWT Token with a claim `name: Tom`. ```shell curl -sS -H "Authorization: Bearer $TOKEN" "http://${GATEWAY_HOST}/" | jq .pod