
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
2.6 KiB
application credential
Identity v3
With application credentials, a user can grant their applications
limited access to their cloud resources. Once created, users can
authenticate with an application credential by using the
v3applicationcredential
auth type.
application credential create
Create new application credential
application credential create
openstack application credential create
[--secret <secret>]
[--role <role>]
[--expiration <expiration>]
[--description <description>]
[--restricted|--unrestricted]
<name>
--secret <secret>
Secret to use for authentication (if not provided, one will be generated)
--role <role>
Roles to authorize (name or ID) (repeat option to set multiple values)
--expiration <expiration>
Sets an expiration date for the application credential (format of YYYY-mm-ddTHH:MM:SS)
--description <description>
Application credential description
--unrestricted
Enable application credential to create and delete other application credentials and trusts (this is potentially dangerous behavior and is disabled by default)
--restricted
Prohibit application credential from creating and deleting other application credentials and trusts (this is the default behavior)
<name>
Name of the application credential
application credential delete
Delete application credential(s)
application credential delete
openstack application credential delete
<application-credential> [<application-credential> ...]
<application-credential>
Application credential(s) to delete (name or ID)
application credential list
List application credentials
application credential list
openstack application credential list
[--user <user>]
[--user-domain <user-domain>]
--user
User whose application credentials to list (name or ID)
--user-domain
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
application credential show
Display application credential details
application credential show
openstack application credential show
<application-credential>
<application-credential>
Application credential to display (name or ID)