summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/application-credentials.rst
Commit message (Collapse)AuthorAgeFilesLines
* Correct application credential usage docColleen Murphy2018-03-161-1/+1
| | | | | | | | There is a --restricted flag to counter the --unrestricted flag. It was documented, but the usage example had missed it. Add it for completeness. Change-Id: Ib4cdcacdd16bfb59e9d18714106ecda99e418812
* Add CRUD support for application credentialsColleen Murphy2018-01-301-0/+109
Add support for creating, retrieving, and deleting application credentials. Application credentials do not support updates. In order to provide a positive user experience for the `--role` option, this patch also includes an improvement to the `identity.common._get_token_resource()` function that allows it to introspect the roles list within a token. This way there is no need to make a request to keystone to retrieve a role object, which would fail most of the time anyway due to keystone's default policy prohibiting unprivileged users from retrieving roles. bp application-credentials Change-Id: I29e03b72acd931305cbdac5a9ff666854d05c6d7