Skip to content

Commit

Permalink
Removed temporary profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
kobl1nhs committed Mar 11, 2024
1 parent 4ce2278 commit d926e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
vars:
AWS_REGION: "eu-west-2"
TEMP_ROLE:
sh: aws sts assume-role --role-arn arn:aws:iam::$AWS_ACCOUNT_ID_NONPROD:role/uec-sf-jenkins-assume-role --role-session-name AWSCLI-Session --duration-seconds 3600
sh: aws sts assume-role --role-arn arn:aws:iam::$AWS_ACCOUNT_ID_NONPROD:role/uec-sf-jenkins-assume-role --duration-seconds 3600
AWS_ACCESS_KEY_ID:
sh: echo '{{.TEMP_ROLE}}' | jq -r '.Credentials.AccessKeyId'
AWS_SECRET_ACCESS_KEY:
Expand Down

0 comments on commit d926e2e

Please sign in to comment.