kolla-ansible/releasenotes/notes/add-keystone-oidc-forwarded-headers-option-d153c6292cf20b26.yaml
Sven Kieske 2d52f7e331 Add an option to set OIDCXForwardedHeaders
Closes-Bug: #2080402

Signed-off-by: Sven Kieske <kieske@osism.tech>
Change-Id: Idf750fb882dae2864922da8620cd2a143bc0ecce
2024-10-02 22:12:35 +00:00

9 lines
375 B
YAML

---
fixes:
- |
Add an option to set OIDCX forwarded headers in keystone. This is useful
when keystone is behind a proxy and the proxy is adding headers to the
request. The new option is ``keystone_federation_oidc_forwarded_headers``.
The default value is empty, to preserve the current behavior.
`LP#2080402 <https://bugs.launchpad.net/bugs/2080402>`__