keystone/releasenotes/notes/bug-1778109-ea15ce6a8207f857.yaml
Jeremy Freudberg 50fd6933e8 Fix duplicate role names in trusts bug
Closes-Bug: #1778109

Change-Id: Id0953190b3b1e0b6765430fbb10d16e7f53f53ee
2018-06-21 15:01:00 -04:00

9 lines
356 B
YAML

---
fixes:
- |
[`bug 1778109 <https://bugs.launchpad.net/keystone/+bug/1778109>`_]
Previously the token data for a trust-scoped token may have contained
duplicate roles, when implied roles were present. This is no longer the
case, for the sake of accuracy and to prevent the breaking of applications
which may consume this role list.