openstack-ansible-os_keystone/releasenotes/notes/keystone-oidc-forwarded-proto-92471121e3949428.yaml
Andrew Bonney b54478e7e1 oidc: fix recognition of x forwarded headers from v2.4.11
The Apache mod_auth_openidc requires explicit configuration in
order to read the X-Forwarded-Proto from the reverse proxy as
of version v2.4.11 which comes in from Ubuntu Jammy.

Eventually this will need to become the default and the
variable added in this patch can be removed.

Change-Id: Ic9d37a8463d137508d20de20b10af806a223f852
2023-09-29 08:24:16 +00:00

6 lines
146 B
YAML

---
fixes:
- |
Fixes use of Apache mod_auth_openidc on Ubuntu Jammy where a new
OIDCXForwardedHeaders configuration option is required.