summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1813739-80eae72371903119.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bug-1813739-80eae72371903119.yaml')
-rw-r--r--releasenotes/notes/bug-1813739-80eae72371903119.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1813739-80eae72371903119.yaml b/releasenotes/notes/bug-1813739-80eae72371903119.yaml
new file mode 100644
index 0000000..df6fadb
--- /dev/null
+++ b/releasenotes/notes/bug-1813739-80eae72371903119.yaml
@@ -0,0 +1,9 @@
+---
+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.