diff options
Diffstat (limited to 'etc/trove/trove.conf.sample')
-rw-r--r-- | etc/trove/trove.conf.sample | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/trove/trove.conf.sample b/etc/trove/trove.conf.sample index 6e4098bf..a64f7522 100644 --- a/etc/trove/trove.conf.sample +++ b/etc/trove/trove.conf.sample @@ -309,4 +309,14 @@ api_strategy = trove.common.strategies.cluster.experimental.vertica.api.VerticaA # Indicate which header field names may be used during the actual request. # (list value) -#allow_headers = X-Auth-Token, X-Identity-Status, X-Roles, X-Service-Catalog, X-User-Id, X-Tenant-Id, X-OpenStack-Request-ID
\ No newline at end of file +#allow_headers = X-Auth-Token, X-Identity-Status, X-Roles, X-Service-Catalog, X-User-Id, X-Tenant-Id, X-OpenStack-Request-ID + +[oslo_middleware] + +# +# From oslo.middleware +# + +# Whether the application is behind a proxy or not. This determines if the +# middleware should parse the headers or not. (boolean value) +#enable_proxy_headers_parsing = false |