python-keystoneclient/releasenotes/notes/bp-application-credentials-27728ded876d7d5a.yaml
Colleen Murphy d59aaaa25c 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
2018-01-23 10:09:45 +01:00

9 lines
369 B
YAML

---
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.