copy edits (#3063)

This commit is contained in:
Alex Fornuto 2022-02-22 11:17:12 -06:00 committed by GitHub
parent ed82fa3534
commit 9300208e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -1624,10 +1624,10 @@ Policy timeout establishes the per-route timeout value. Cannot exceed global tim
- Optional
- Default: `pass_through`
Set Authorization Header allows you to send a user's identity token through as a Bearer token in the Authorization header.
`set_authorization_header` allows you to send a user's identity token through as a bearer token in the Authorization header.
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC id token, or `pass_through` (the default) to leave the Authorization header unchanged
when it's not used for Pomerium authentication.
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC ID token, or `pass_through` (the default) to leave the Authorization header unchanged
from the client when it's not used for Pomerium authentication.
### Set Response Headers

View file

@ -1773,10 +1773,10 @@ settings:
- Optional
- Default: `pass_through`
doc: |
Set Authorization Header allows you to send a user's identity token through as a Bearer token in the Authorization header.
`set_authorization_header` allows you to send a user's identity token through as a bearer token in the Authorization header.
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC id token, or `pass_through` (the default) to leave the Authorization header unchanged
when it's not used for Pomerium authentication.
Use `access_token` to send the OAuth access token, `id_token` to send the OIDC ID token, or `pass_through` (the default) to leave the Authorization header unchanged
from the client when it's not used for Pomerium authentication.
- name: "Set Response Headers"
keys: ["set_response_headers"]
attributes: |