@@ -24,7 +24,36 @@ Route for Pomerium.
24
24
25
25
### Optional
26
26
27
+ - ` allow_spdy ` (Boolean) Allow SPDY.
28
+ - ` allow_websockets ` (Boolean) Allow websockets.
29
+ - ` host_path_regex_rewrite_pattern ` (String) Host path regex rewrite pattern.
30
+ - ` host_path_regex_rewrite_substitution ` (String) Host path regex rewrite substitution.
31
+ - ` host_rewrite ` (String) Host rewrite.
32
+ - ` host_rewrite_header ` (String) Host rewrite header.
33
+ - ` idle_timeout ` (String) Idle timeout.
34
+ - ` idp_client_id ` (String) IDP client ID.
35
+ - ` idp_client_secret ` (String) IDP client secret.
36
+ - ` kubernetes_service_account_token ` (String) Kubernetes service account token.
37
+ - ` pass_identity_headers ` (Boolean) Pass identity headers.
38
+ - ` path ` (String) Path.
27
39
- ` policies ` (List of String) List of policy IDs associated with the route.
40
+ - ` prefix ` (String) Prefix.
41
+ - ` prefix_rewrite ` (String) Prefix rewrite.
42
+ - ` preserve_host_header ` (Boolean) Preserve host header.
43
+ - ` regex ` (String) Regex.
44
+ - ` regex_priority_order ` (Number) Regex priority order.
45
+ - ` regex_rewrite_pattern ` (String) Regex rewrite pattern.
46
+ - ` regex_rewrite_substitution ` (String) Regex rewrite substitution.
47
+ - ` remove_request_headers ` (List of String) Remove request headers.
48
+ - ` set_request_headers ` (Map of String) Set request headers.
49
+ - ` set_response_headers ` (Map of String) Set response headers.
50
+ - ` show_error_details ` (Boolean) Show error details.
51
+ - ` stat_name ` (String) Name of the stat.
52
+ - ` timeout ` (String) Timeout.
53
+ - ` tls_downstream_server_name ` (String) TLS downstream server name.
54
+ - ` tls_skip_verify ` (Boolean) TLS skip verify.
55
+ - ` tls_upstream_allow_renegotiation ` (Boolean) TLS upstream allow renegotiation.
56
+ - ` tls_upstream_server_name ` (String) TLS upstream server name.
28
57
29
58
### Read-Only
30
59
0 commit comments