sort and compress standard annotations

This commit is contained in:
alexfornuto 2021-10-18 10:38:35 -05:00
parent 3c0c0acd1d
commit a39f9dc4e7

View file

@ -116,30 +116,34 @@ routes:
### Supported Annotations
The following annotations behave the same as described in our reference documentation (each one is linked to the appropriate section):
Many annotations behave the same as described in our reference documentation. Expand the section below for a complete list, with links to the appropriate reference documentation.
::: details Pomerium-Standard Annotations
- [`cors_allow_preflight`]
- [`allow_public_unauthenticated_access`]
- [`allow_any_authenticated_user`]
- [`timeout`]
- [`idle_timeout`]
- [`allow_public_unauthenticated_access`]
- [`allow_websockets`]
- [`set_request_headers`]
- [`remove_request_headers`]
- [`set_response_headers`]
- [`rewrite_response_headers`]
- [`preserve_host_header`]
- [`pass_identity_headers`]
- [`tls_skip_verify`]
- [`tls_server_name`]
- [`allowed_users`]
- [`allowed_groups`]
- [`allowed_domains`]
- [`allowed_groups`]
- [`allowed_idp_claims`]
- [`policy`]
- [`allowed_users`]
- [`cors_allow_preflight`]
- [`health_checks`]
- [`outlier_detection`]
- [`idle_timeout`]
- [`lb_config`]
- [`outlier_detection`]
- [`pass_identity_headers`]
- [`policy`]
- [`preserve_host_header`]
- [`remove_request_headers`]
- [`rewrite_response_headers`]
- [`set_request_headers`]
- [`set_response_headers`]
- [`timeout`]
- [`tls_server_name`]
- [`tls_skip_verify`]
:::
The remaining annotations are specific to or behave differently in this context: