Access - Create Access Keys
Aim
In this demo, we'll be creating some access keys. They are the preferred way to authenticate to Piranha using client software.
Instructions
Web Console
Log in to the web console, in the Services menu, click on Access. List users
Piranha CLI
You can see complete commands with output here Piranha CLI Output
$ cd piranhacli/
$ source ../../../providers/piranha/setup.bash
$ ./access-create-accesskeys.bash
$ aws iam create-access-key --user-name=$CLOUD_USERNAME --profile=$PROFILENAME --region=$CLOUD_REGION --endpoint-url=$ENDPOINT_URL
{
"AccessKey": {
"UserName": "****",
"AccessKeyId": "AKIA****",
"Status": "Active",
"SecretAccessKey": "****************************************"
}
}