Skip to content

Commit

Permalink
fixes minor typo in http-routing guide - in latest version of docs
Browse files Browse the repository at this point in the history
Signed-off-by: Eitan Suez <[email protected]>
  • Loading branch information
Eitan Suez committed Apr 4, 2024
1 parent 9467e25 commit c640d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/latest/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 c640d04

Please sign in to comment.