File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
ansible/roles/keystone/templates Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,9 @@ LogLevel info
58
58
{% endif -%}
59
59
60
60
{% if keystone_enable_federation_openid | bool %}
61
+ {% if keystone_federation_oidc_forwarded_headers | length > 0 %}
61
62
OIDCXForwardedHeaders "{{ keystone_federation_oidc_forwarded_headers }}"
63
+ {% endif %}
62
64
OIDCClaimPrefix "OIDC-"
63
65
OIDCClaimDelimiter "{{ keystone_federation_oidc_claim_delimiter }}"
64
66
OIDCResponseType "{{ keystone_federation_oidc_response_type }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes the bug where Keystone become unable to start when the option
5
+ ``OIDCXForwardedHeaders`` is set with empty string in
6
+ ``wsgi-keystone.conf``.
7
+ `LP#2119344 <https://bugs.launchpad.net/kolla-ansible/+bug/2119344>`__
You can’t perform that action at this time.
0 commit comments