CLI Configuration
I have this. Just give me the steps...
Static Credential Tool
wget https://raw.githubusercontent.com/tuono/tuono-open-tools/main/tuono_credential_add.py \
&& chmod +x tuono_credential_add.py./tuono_credential_add.py --username '<tuono_username>' \
--venue 'aws' \
--iam_user '<new_iam_user>' \
--iam_group '<new_iam_group>'[cloudshell-user@<ip> ~]$ ./tuono_credential_add.py --username '<tuono_username>' --venue 'aws' --iam_user '<new_iam_user>' --iam_group '<new_iam_group>'
Please enter the Password for <tuono_username>:
2021-01-26 23:59:25,835 INFO Creating IAM user <new_iam_user>
2021-01-26 23:59:26,726 INFO Creating IAM group <new_iam_group>
2021-01-26 23:59:27,900 INFO Adding IAM permissions to <new_iam_group>
2021-01-26 23:59:33,963 INFO Adding <new_iam_user> to <new_iam_group>
2021-01-26 23:59:34,744 INFO Generating secret
2021-01-26 23:59:36,023 INFO Waiting 20s to reconcile changes
2021-01-26 23:59:56,995 INFO Credential details for the Tuono Portal. THESE WILL NOT BE LOGGED:
{
"access_key": "<access_key>",
"cred_type": "static",
"name": "<new_iam_user>",
"secret_key": "<secret_key>"
}
2021-01-26 23:59:56,996 INFO Keep these details in a secure place. If you lose these you will need to recreate the registration
2021-01-26 23:59:56,996 INFO Making REST call to add credentials to the Tuono Portal
2021-01-26 23:59:59,652 INFO Job still running
2021-01-27 00:00:10,142 INFO Pushing credentials to Tuono succeeded!
2021-01-27 00:00:10,142 INFO To see DEBUG logs, please review tuono_aws_setup.txt. Command: less tuono_aws_setup.txtLast updated
Was this helpful?