summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-24 16:15:12 +0000
committerGerrit Code Review <review@openstack.org>2018-01-24 16:15:12 +0000
commit1e8c9302fc055f78964f3eaef32e09dae89eb2fa (patch)
tree10db247b58db869631e2c7152e0764adffef2936 /releasenotes
parent62982077aa53f1924b72fcb827ebcc097f52b001 (diff)
parentd59aaaa25c5ccd505aafbb1857807f6b8816771d (diff)
downloadpython-keystoneclient-1e8c9302fc055f78964f3eaef32e09dae89eb2fa.tar.gz
Merge "Add CRUD support for application credentials"3.15.0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-application-credentials-27728ded876d7d5a.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-application-credentials-27728ded876d7d5a.yaml b/releasenotes/notes/bp-application-credentials-27728ded876d7d5a.yaml
new file mode 100644
index 0000000..c67357c
--- /dev/null
+++ b/releasenotes/notes/bp-application-credentials-27728ded876d7d5a.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Adds support for creating, reading, and deleting application credentials.
+ With application credentials, a user can grant their applications limited
+ access to their cloud resources. Applications can use keystoneauth with
+ the `v3applicationcredential` auth plugin to authenticate with keystone
+ without needing the user's password.