Skip to content

Commit d4b5c96

Browse files
committed
Added setup section to README.md
1 parent eb85100 commit d4b5c96

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,33 @@ $ knox clean creds sso -a
9696
rm ./aws-knox-1.0.0-1-x86_64.pkg.tar.zst
9797
```
9898
</details>
99+
100+
## Setup
101+
102+
Recommended configuration for `~/.aws/config`:
103+
104+
```
105+
[default]
106+
credential_process = knox creds select
107+
108+
[profile last]
109+
credential_process = knox creds last-used
110+
111+
[profile pick]
112+
credential_process = knox select
113+
114+
[sso-session development-sso]
115+
sso_region = us-east-1
116+
sso_registration_scopes = sso:account:access
117+
sso_start_url = https://d-2222222222.awsapps.com/start
118+
119+
[sso-session staging-sso]
120+
sso_region = us-east-1
121+
sso_registration_scopes = sso:account:access
122+
sso_start_url = https://d-1111111111.awsapps.com/start
123+
124+
[sso-session production-sso]
125+
sso_region = us-east-1
126+
sso_registration_scopes = sso:account:access
127+
sso_start_url = https://d-0000000000.awsapps.com/start
128+
```

0 commit comments

Comments
 (0)