kolla-ansible/releasenotes/notes/use-public-www-authenticate-uri-1144df4d205f8ebd.yaml
Dr. Jens Harbott 9ecdf2f0a3 Use public keystone URL for www_authenticate_uri
The `www_authenticate_uri` parameter is used to indicate to clients
where they should get a token from in order to authenticate against a
service. Most clients are not expected to be able to talk to the
internal identity endpoint, so this parameter should refer to the public
endpoint instead, see also [0].

[0] https://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/auth_token/_opts.py#L31-L50

Change-Id: Ic99804967b5a62b5a9e39486749474520734ba48
2025-01-09 19:56:36 +00:00

9 lines
402 B
YAML

---
other:
- |
The `www_authenticate_uri` parameter, which is used to indicate to
clients where they should get a token from in order to authenticate against
a service, is switched from the internal identity endpoint to the public
endpoint, see also
`this note <https://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/auth_token/_opts.py#L31-L50>`_.