mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
config: allow customization of envoy boostrap admin options (#1872)
This commit is contained in:
parent
b5d52ceb3d
commit
9f6dc78798
6 changed files with 71 additions and 20 deletions
|
@ -590,6 +590,15 @@ tracing_zipkin_endpoint | Url to the Zipkin HTTP endpoint. | ✅
|
|||
Setting `use_proxy_protocol` will configure Pomerium to require the [HAProxy proxy protocol](https://www.haproxy.org/download/1.9/doc/proxy-protocol.txt) on incoming connections. Versions 1 and 2 of the protocol are supported.
|
||||
|
||||
|
||||
### Envoy Admin Options
|
||||
- Environment Variable: `ENVOY_ADMIN_ADDRESS`, `ENVOY_ADMIN_ACCESS_LOG_PATH`, `ENVOY_ADMIN_PROFILE_PATH`
|
||||
- Config File Keys: `envoy_admin_address`, `envoy_admin_access_log_path`, `envoy_admin_profile_path`
|
||||
- Type: `string`
|
||||
- Optional
|
||||
|
||||
These options customize Envoy's [bootstrap configuration](https://www.envoyproxy.io/docs/envoy/latest/operations/admin#operations-admin-interface). They cannot be modified at runtime.
|
||||
|
||||
|
||||
## Authenticate Service
|
||||
|
||||
### Authenticate Callback Path
|
||||
|
|
|
@ -670,6 +670,15 @@ settings:
|
|||
- Optional
|
||||
doc: |
|
||||
Setting `use_proxy_protocol` will configure Pomerium to require the [HAProxy proxy protocol](https://www.haproxy.org/download/1.9/doc/proxy-protocol.txt) on incoming connections. Versions 1 and 2 of the protocol are supported.
|
||||
- name: "Envoy Admin Options"
|
||||
keys: ["envoy_admin_options"]
|
||||
attributes: |
|
||||
- Environment Variable: `ENVOY_ADMIN_ADDRESS`, `ENVOY_ADMIN_ACCESS_LOG_PATH`, `ENVOY_ADMIN_PROFILE_PATH`
|
||||
- Config File Keys: `envoy_admin_address`, `envoy_admin_access_log_path`, `envoy_admin_profile_path`
|
||||
- Type: `string`
|
||||
- Optional
|
||||
doc: |
|
||||
These options customize Envoy's [bootstrap configuration](https://www.envoyproxy.io/docs/envoy/latest/operations/admin#operations-admin-interface). They cannot be modified at runtime.
|
||||
- name: "Authenticate Service"
|
||||
settings:
|
||||
- name: "Authenticate Callback Path"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue