keystone/releasenotes/notes/bug-1701324-739a31f38037f77b.yaml
Lance Bragstad 058a23c087 Remove duplicate roles from federated auth
We were using a one-liner to prune duplicate role references from a
list of roles, but it didn't work in all cases. This reworks the
logic to pass the existing test case. I also added a comment
explaining why the logic we used previously doesn't work so we can
hopefully avoid the pattern in the future.

Change-Id: Id786d6463364ad8f4f02c22bb83221baac4b83d0
Closes-Bug: 1701324
2017-08-16 15:20:58 +00:00

6 lines
168 B
YAML

---
fixes:
- |
[`bug 1701324 <https://bugs.launchpad.net/keystone/+bug/1701324>`_]
Token bodies now contain only unique roles in the authentication response.