Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: claytonig <claytonivorgonsalves@gmail.com>
  • Loading branch information
claytonig committed Mar 8, 2023
1 parent 6ff9326 commit 14084c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 137 deletions.
136 changes: 0 additions & 136 deletions config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion site/content/docs/main/guides/external-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ $ curl -k --user user1:password1 https://local.projectcontour.io/test/$((RANDOM)
{"TestId":"","Path":"/test/13499","Host":"local.projectcontour.io","Method":"GET","Proto":"HTTP/1.1","Headers":{"Accept":["*/*"],"Auth-Context-Header1":["value1"],"Auth-Context-Header2":["value2"],"Auth-Context-Routq":["global"],"Auth-Handler":["htpasswd"],"Auth-Realm":["default"],"Auth-Username":["user1"],"Authorization":["Basic dXNlcjE6cGFzc3dvcmQx"],"User-Agent":["curl/7.86.0"],"X-Envoy-Expected-Rq-Timeout-Ms":["15000"],"X-Envoy-Internal":["true"],"X-Forwarded-For":["172.18.0.1"],"X-Forwarded-Proto":["https"],"X-Request-Id":["2b3edbed-3c68-44ef-a659-2e1245d7fe13"],"X-Request-Start":["t=1676901557.918"]}}
```

### excluding a virtual host from global external authorization
### Excluding a virtual host from global external authorization

You can exclude a virtual host from the global external authorization policy by setting the `disabled` flag to true under `authPolicy`.

Expand Down

0 comments on commit 14084c0

Please sign in to comment.