245c91f2e3
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
8 lines
291 B
YAML
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.
|