keystonemiddleware/releasenotes/notes/bug-1813739-80eae72371903119.yaml
Lance Bragstad 1360bab808 trivial: fix convention in release note
Change-Id: I189738bb844828765bd95d8302a7654a12863a00
2019-02-12 18:31:16 +00:00

10 lines
429 B
YAML

---
fixes:
- |
[`bug 1813739 <https://bugs.launchpad.net/keystonemiddleware/+bug/1813739>`_]
When admin identity endpoint is not created yet, keystonemiddleware emit
EndpointNotFound exception. Even after admin identity endpoint created,
auth_token middleware could not be notified of update since it does not
invalidate existing auth. Add an invalidation step so that endpoint
updates can be detected.