Skip to content

Commit

Permalink
fixes minor typo in http-routing guide (#3088)
Browse files Browse the repository at this point in the history
Signed-off-by: Eitan Suez <eitan@tetrate.io>
  • Loading branch information
eitansuez authored Apr 4, 2024
1 parent 0f87fcb commit 8fedc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/v1.0.0/user/traffic/http-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fedc77

Please sign in to comment.