Skip to content

Commit

Permalink
add missing api key to konnect validation (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored Jan 10, 2025
1 parent a9b6951 commit 8c62e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/_how-tos/get-started-with-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ curl -i http://localhost:8000/mock/anything \
{: data-deployment-topology="on-prem" }

```sh
curl -i $KONNECT_PROXY_URL/mock/anything
curl -i $KONNECT_PROXY_URL/mock/anything \
-H 'apikey:top-secret-key'
```
{: data-deployment-topology="konnect" }

Expand Down

0 comments on commit 8c62e28

Please sign in to comment.