Skip to content

Commit 5ec02a4

Browse files
authored
Merge pull request #425 from WenyXu/patch-1
docs: fix a typos
2 parents 3b75ceb + 86cf68c commit 5ec02a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.13/topics/running/services/auth-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following fields are only used if `proto` is set to `http`. They are ignored
7373

7474
| Attribute | Default value | Description |
7575
| --- | --- | --- |
76-
|`path_prefix` | "" | Prepends a string to the request path of the request when sending it to the external auth service. By default this is empty, and nothing is prepended. For example, if the client makes a request to `/foo`, and `path_prefix: /bar`, then the path in the request made to the external auth service will be `/foo/bar`.|
76+
|`path_prefix` | "" | Prepends a string to the request path of the request when sending it to the external auth service. By default this is empty, and nothing is prepended. For example, if the client makes a request to `/foo`, and `path_prefix: /bar`, then the path in the request made to the external auth service will be `/bar/foo`.|
7777
|`allowed_request_headers` | [] |lists the headers that will be sent copied from the incoming request to the request made to the external auth service (case-insensitive). In addition to the headers listed in this field, the following headers are always included: `Authorization`, `Cookie`, `From`, `Proxy-Authorization`, `User-Agent`, `X-Forwarded-For`, `X-Forwarded-Host`, and `X-Forwarded-Proto`.
7878
|`allowed_authorization_headers`| [] | Lists the headers that will be copied from the response from the external auth service to the request sent to the upstream backend service (if the external auth service indicates that the request to the upstream backend service should be allowed). In addition to the headers listed in this field, the following headers are always included: `Authorization`, `Location`, `Proxy-Authenticate`, `Set-cookie`, `WWW-Authenticate`|
7979
|`add_auth_headers`| {} | A dictionary of `header`: `value` pairs that will be added to the request made to the external auth service.

0 commit comments

Comments
 (0)