DOCS: Update Enterprise Reference Docs (#2599) (#2624)

* update console reference

* empty commit

* specify audience as list

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
backport-actions-token[bot] 2021-09-22 12:37:19 -05:00 committed by GitHub
parent 5f61f7d663
commit 5bed6de524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 1 deletions

View file

@ -4,6 +4,9 @@ options:
- name: administrators
usage: |
a list of user ids, names or emails to make administrators, useful for bootstrapping
- name: audience
default_value: '[]'
usage: A list of audiences for verifying signing key
- name: bind-addr
default_value: :8701
usage: the address to listen on

View file

@ -17,6 +17,12 @@ a list of user ids, names or emails to make administrators, useful for bootstrap
**Default value:** `none`
## audience
A list of audiences for verifying signing key
**Default value:** `[]`
## bind-addr
the address to listen on

View file

@ -194,7 +194,7 @@ Each unit of work is called a Span in a trace. Spans include metadata about the
#### Tracing Sample Rate
Percentage of requests to sample in decimal notation. Default is .01%.
Percentage of requests to sample. Default is .01%.
Unlike the decimal value notion used for the `tracing_sample_rate` [key](/reference/readme.md#shared-tracing-settings) in open-source Pomerium, this value is a percentage, e.g. a value of `1` equates to 1%

View file

@ -220,6 +220,11 @@ Set Request Headers allows you to set static values for given request headers. T
Authorization: Basic cm9vdDpodW50ZXI0Mg==
X-Your-favorite-authenticating-Proxy: "Pomerium"
```
:::warning
Neither `:-prefixed` pseudo-headers nor the `Host:` header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as `prefix_rewrite`, `regex_rewrite`, and `host_rewrite`.
:::
#### Remove Request Headers