Add releasenote for bug fix 1789450

This adds a releasenote for the related bug fix for
mapped groups.

[0] https://review.openstack.org/#/c/597992/

Change-Id: Ied9cc012e0728276bcd083089658c9c1020d9521
This commit is contained in:
Gage Hugo 2018-09-21 16:08:12 -05:00
parent 498528963e
commit 4c09affde1
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
fixes:
- |
[`bug 1789450 <https://bugs.launchpad.net/keystone/+bug/1789450>`_]
When a mapped group that does not exist in keystone is found, instead
of throwing a 500 error, keystone will now log the instance and continue.
This is expected behavior as an external IdP may specify a group that
does not exist within keystone.