From 0073c37e627a4d0548996c57ce2e8c38b4b19434 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Thu, 30 Mar 2017 09:32:42 +0100 Subject: [PATCH] Documentation for ooi_secure_proxy_ssl_header Change-Id: I62c26b4103495e88b83f8d73f5d7adfce5668a82 --- doc/source/user/configuration.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/user/configuration.rst b/doc/source/user/configuration.rst index 3ac38b1..f568cba 100644 --- a/doc/source/user/configuration.rst +++ b/doc/source/user/configuration.rst @@ -18,6 +18,13 @@ Moreover, the following options are available: * ``neutron_ooi_endpoint``: Neutron endpoint, configures the network management by using neutron. If this is not set, the system will use nova-network. + * ``ooi_secure_proxy_ssl_header``: when ooi is served behind a SSL termination + proxy, this variable defines the HTTP header that contains the protocol + scheme for the original request. Possible values: + + * None (default) - the request scheme is not influenced by any HTTP headers. + * Valid HTTP header, like ``HTTP_X_FORWARDED_PROTO`` - ooi will return + URLs of objects matching the URL scheme defined in the header. Paste Configuration *******************