Skip to content
Snippets Groups Projects
Commit 1429e5cd authored by Joshua Davis Aylor's avatar Joshua Davis Aylor :penguin:
Browse files

Update aws-sts-client.sh to reference appropriate command in example for aws_sts_set

parent 4b08367e
1 merge request!8Update aws-sts-client.sh to reference appropriate command in example for aws_sts_set
aws_sts_set () { aws_sts_set () {
# Example usage: # Example usage:
# aws_sts_do <master-account> <account-to-be-managed> <role-name> # aws_sts_set <master-account> <account-to-be-managed> <role-name>
# aws_sts_do vtnis-ss 541585145005 NISAdmin # aws_sts_set vtnis-ss 541585145005 NISAdmin
unset AWS_ACCESS_KEY_ID unset AWS_ACCESS_KEY_ID
unset AWS_SECRET_ACCESS_KEY unset AWS_SECRET_ACCESS_KEY
unset AWS_SESSION_TOKEN unset AWS_SESSION_TOKEN
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment