File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -96,3 +96,33 @@ $ knox clean creds sso -a
96
96
rm ./aws-knox-1.0.0-1-x86_64.pkg.tar.zst
97
97
```
98
98
</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
+ ```
You can’t perform that action at this time.
0 commit comments