aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml')
-rw-r--r--keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml b/keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml
new file mode 100644
index 00000000..8547c6d3
--- /dev/null
+++ b/keystone-moon/releasenotes/notes/admin_token-a5678d712783c145.yaml
@@ -0,0 +1,14 @@
+---
+upgrade:
+ - >
+ [`bug 1473553 <https://bugs.launchpad.net/keystone/+bug/1473553>`_]
+ The `keystone-paste.ini` must be updated to put the ``admin_token_auth``
+ middleware before ``build_auth_context``. See the sample
+ `keystone-paste.ini` for the correct `pipeline` value. Having
+ ``admin_token_auth`` after ``build_auth_context`` is deprecated and will
+ not be supported in a future release.
+deprecations:
+ - >
+ [`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
+ The ``admin_token_auth`` filter must now be placed before the
+ ``build_auth_context`` filter in `keystone-paste.ini`.