1360bab808
Change-Id: I189738bb844828765bd95d8302a7654a12863a00
10 lines
429 B
YAML
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.
|