summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-09-29 10:47:28 +1000
committerSteve Martinelli <s.martinelli@gmail.com>2016-11-29 21:23:28 +0000
commit9f5493747a404adc92960785848016a85c5a4acb (patch)
tree0a970bfb6107c59c1bdb724f8108a5c932df7f4c /releasenotes
parent0f7b2436155ad3f37284ffc42ae482c93331a59a (diff)
downloadpython-keystoneclient-9f5493747a404adc92960785848016a85c5a4acb.tar.gz
Pass allow_expired to token validate
Allow passing the allow_expired flag to v3 token validation to support extended service to service communication. Implements bp: allow-expired Change-Id: Ia1763fedc1838ad3c58c7f8f98f00b7eaad55a5c
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml b/releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml
new file mode 100644
index 0000000..6a3f6ca
--- /dev/null
+++ b/releasenotes/notes/Add-allow-expired-flag-to-validate-25b8914f4deb359b.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Added a ``allow_expired`` argument to ``validate`` and ``get_token_data``
+ in `keystoneclient.v3.tokens`. Setting this to ``True``, allos for a token
+ validation query to fetch expired tokens.