Skip to content

Commit

Permalink
fix run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Oct 4, 2024
1 parent f487918 commit 63ac9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ eval $(pulumi env open --format=shell $ENVIRONMENT | tee ../.tmpenv; direnv allo
ln -sf $GIT_CONFIG ~/.gitconfig
ln -sf $AWS_CONFIG_FILE ~/.aws/config
ln -sf $AWS_SHARED_CREDENTIALS_FILE ~/.aws/credentials
echo "Loaded environment $ENVIRONMENT"

```

Expand Down Expand Up @@ -142,7 +143,7 @@ By following these steps, you've set up your environment to interact with AWS se

**Note:** If you encounter authentication issues due to MFA requirements, test temporary session credentials using the following command:

```bash {"id":"01J9CGCF9R0EWGHNN32BMZCGZY"}
```bash {"excludeFromRunAll":"true","id":"01J9CGCF9R0EWGHNN32BMZCGZY","name":"aws-sts-get-session-token","tag":"dbg"}
aws sts get-session-token \
--duration-seconds 129600 \
--profile default \
Expand Down

0 comments on commit 63ac9f1

Please sign in to comment.