You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only add OIDCXForwardedHeaders when variable is set
Currently the option OIDCXForwardedHeaders is added to
wsgi-keystone.conf even when
``keystone_federation_oidc_forwarded_headers`` is empty.
However, OIDCXForwardedHeaders cannot be used with empty value.
This change fixes it by adding length check to the value of the
variable ``keystone_federation_oidc_forwarded_headers``.
Closes-Bug: #2119344
Change-Id: I516eb2cd967b4d5112fabe77f79cbf3421ec3318
Signed-off-by: Seunghun Lee <[email protected]>
(cherry picked from commit d973573)
0 commit comments