summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMorgan Fainberg <morgan.fainberg@gmail.com>2018-10-26 10:32:28 -0700
committerMorgan Fainberg <morgan.fainberg@gmail.com>2018-10-30 19:36:51 +0000
commit7e1b53625990bb08425645cb92f36e16bd67db7f (patch)
tree4090e7b53dfa9b3c7307608ba8adbc93031c0466 /releasenotes
parentfc51082ef43e316bbfa65c16dd6483af1f2092e7 (diff)
downloadkeystonemiddleware-7e1b53625990bb08425645cb92f36e16bd67db7f.tar.gz
Stop supporting revocation list
With keystone's move to eliminating pki, pkiz, and uuid tokens the revocation list is no longer generated. Keystonemiddleware no longer needs to attempt to retrieve it and reference it. Change-Id: Ief3bf1941e62f9136dbed11877bca81c4102041b closes-bug: #1361743 partial-bug: #1649735 partial-bug: #1736985
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1649735-3c68f3243e474775.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1649735-3c68f3243e474775.yaml b/releasenotes/notes/bug-1649735-3c68f3243e474775.yaml
new file mode 100644
index 0000000..06741d3
--- /dev/null
+++ b/releasenotes/notes/bug-1649735-3c68f3243e474775.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - >
+ [`bug 1649735 <https://bugs.launchpad.net/keystone/+bug/1649735>`_]
+ The auth_token middleware no longer attempts to retrieve the revocation
+ list from the Keystone server. The deprecated options
+ `check_revocations_for_cached` and `check_revocations_for_cached` have been
+ removed.