keystonemiddleware/releasenotes/notes/bug-1766731-3b29192cfeb77964.yaml
Lance Bragstad 245c91f2e3 Introduce new header for system-scoped tokens
Keystonemiddleware attempts to parse user/service tokens and populate
request headers for other services to consume. This information is
important for services looking to build oslo.context objects from
request environments.

Change-Id: I0717c2a5207a647999b4f9bcdf11f728984f0812
Closes-Bug: 1766731
2018-05-02 19:15:16 +00:00

8 lines
291 B
YAML

---
fixes:
- |
[`bug 1766731 <https://bugs.launchpad.net/keystonemiddleware/+bug/1766731>`_]
Keystonemiddleware now supports system scoped tokens. When a system-scoped
token is parsed by auth_token middleware, it will set the
``OpenStack-System-Scope`` header accordingly.