From d941e704708d0a4c622b0b2eb54fc0b774fb85cc Mon Sep 17 00:00:00 2001 From: zirain Date: Thu, 4 Apr 2024 11:00:10 +0800 Subject: [PATCH] fix nit Signed-off-by: zirain --- site/content/en/latest/user/traffic/http-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/latest/user/traffic/http-routing.md b/site/content/en/latest/user/traffic/http-routing.md index 82d3609f91f..12e1773a91f 100644 --- a/site/content/en/latest/user/traffic/http-routing.md +++ b/site/content/en/latest/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