keystone/releasenotes/notes/bug-1788694-4dc8b3ec47fc6084.yaml
Lance Bragstad 9051d403a3 Expand implied roles in system-scoped tokens
The implementation for system-scoped tokens lacked support for
expanding implied roles. This patch modifies the token model so that
it generates implied roles on the system in the token response.

Change-Id: I46ff38a9cff6c605ccb9a52b1533f01fa4faec17
Closes-Bug: 1788694
2018-10-12 16:57:55 +00:00

7 lines
226 B
YAML

---
fixes:
- |
[`bug 1788694 <https://bugs.launchpad.net/keystone/+bug/1788694>`_]
System-scoped tokens now support expanding role assignments to include
implied roles in token creation and validation responses.