
A follow up work item from I52ff2020ef2fcbdc8a98280b73c6fd4a93bc8e0f to support domain scoped users and projects for ec2creds in the v3 identity api. Related-Bug: 1236326 Change-Id: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275
3.2 KiB
ec2 credentials
Identity v2
ec2 credentials create
Create EC2 credentials
ec2 credentials create
os ec2 credentials create
[--project <project>]
[--user <user>]
[--user-domain <user-domain>]
[--project-domain <project-domain>]
--project <project>
Specify an alternate project (default: current authenticated project)
--user <user>
Specify an alternate user (default: current authenticated user)
--user-domain <user-domain>
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3
--project-domain <project-domain>
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3
The --project
and
--user
options are
typically only useful for admin users, but may be allowed for other
users depending on the policy of the cloud and the roles granted to the
user.
ec2 credentials delete
Delete EC2 credentials
ec2 credentials delete
os ec2 credentials delete
[--user <user>]
[--user-domain <user-domain>]
<access-key>
--user <user>
Specify a user
--user-domain <user-domain>
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3
Credentials access key
The --user
option
is typically only useful for admin users, but may be allowed for other
users depending on the policy of the cloud and the roles granted to the
user.
ec2 credentials list
List EC2 credentials
ec2 credentials list
os ec2 credentials list
[--user <user>]
[--user-domain <user-domain>]
--user <user>
Filter list by <user>
--user-domain <user-domain>
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3
The --user
option
is typically only useful for admin users, but may be allowed for other
users depending on the policy of the cloud and the roles granted to the
user.
ec2 credentials show
Display EC2 credentials details
ec2 credentials show
os ec2 credentials show
[--user <user>]
[--user-domain <user-domain>]
<access-key>
--user <user>
Specify a user
--user-domain <user-domain>
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3
Credentials access key
The --user
option
is typically only useful for admin users, but may be allowed for other
users depending on the policy of the cloud and the roles granted to the
user.