From d59aaaa25c5ccd505aafbb1857807f6b8816771d Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 17 Jan 2018 23:46:56 +0100 Subject: Add CRUD support for application credentials Add support for creating, reading, and deleting application credentials. Application credentials do not support updating. Keystoneclient does not handle authentication with application credentials. This is done in keystoneauth. Additional work will be needed in python-openstackclient to support both CRUD and auth for application credentials. bp application credentials Change-Id: I21214238deac2c45f2f2d666287c2ae106955ab1 --- .../notes/bp-application-credentials-27728ded876d7d5a.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/bp-application-credentials-27728ded876d7d5a.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1