Skip to content

Commit

Permalink
docs: fix basic-auth.md formatting (#4034)
Browse files Browse the repository at this point in the history
* Update basic-auth.md

Signed-off-by: Lior Lieberman <liorlieberman@google.com>

* address feedback
Signed-off-by: Lior Lieberman <liorlieberman@google.com>

* fix basic-auth.md
Signed-off-by: Lior Lieberman <liorlieberman@google.com>

---------

Signed-off-by: Lior Lieberman <liorlieberman@google.com>
  • Loading branch information
LiorLieberman authored Aug 19, 2024
1 parent 6066f5a commit 7c1d509
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 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 @@ -195,7 +195,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
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
1 change: 0 additions & 1 deletion site/content/en/v1.0/tasks/security/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,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
1 change: 0 additions & 1 deletion site/content/en/v1.1/tasks/security/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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 7c1d509

Please sign in to comment.