Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joni3k committed Nov 11, 2021
1 parent c25a638 commit 6802709
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Vegas Credentials is an utility with smooth user experience that plugs into AWS

<br/>

2. Configure you source profile and its credentials, most often it's the `default` one which you configure into `~/.aws/credentials`:
2. Configure your source profile and its credentials, most often it's the `default` one which you configure into `~/.aws/credentials`:
```ini
# ~/.aws/credentials
Expand All @@ -138,14 +138,16 @@ Vegas Credentials is an utility with smooth user experience that plugs into AWS
aws_secret_access_key = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
```
3. TODO
3. Configure your source profile in config:
```ini
# ~/.aws/config
[default]
mfa_serial = arn:aws:iam::111111111111:mfa/FrankSinatra
```
Note: if your source profile is not `default`, remember to add `profile` as prefix (`profile foo`)
4. Configure your target profile with `credential_process` into `~/.aws/config`:
```ini
Expand Down

0 comments on commit 6802709

Please sign in to comment.