Skip to content

Commit

Permalink
fix basic-auth.md
Browse files Browse the repository at this point in the history
Signed-off-by: Lior Lieberman <[email protected]>
  • Loading branch information
LiorLieberman committed Aug 18, 2024
1 parent f68d817 commit 79b36fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion site/content/en/docs/tasks/security/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ curl -kv -H "Host: www.example.com" -u 'foo:bar' "https://${GATEWAY_HOST}/"
The request should be allowed and you should see the response from the backend service.



## Clean-Up

Follow the steps from the [Quickstart](../../quickstart) to uninstall Envoy Gateway and the example manifest.
Expand Down
1 change: 0 additions & 1 deletion site/content/en/latest/tasks/security/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ curl -kv -H "Host: www.example.com" -u 'foo:bar' "https://${GATEWAY_HOST}/"

The request should be allowed and you should see the response from the backend service.

```shell

## Clean-Up

Expand Down

0 comments on commit 79b36fd

Please sign in to comment.