File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
packages/credential-provider-ini Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,8 @@ web_identity_token_file=/temp/token
126
126
role_arn =arn:aws:iam::123456789012:role/example-role-arn
127
127
```
128
128
129
- You can specify using the ` first ` profile which will assume a role
130
- ` example-role ` with the role ` example-role-2 ` which derived from web
131
- identity token file.
129
+ You can specify another profile(` second ` ) whose credentials are used to assume
130
+ the role by the ` role_arn ` setting in this profile(` first ` ).
132
131
133
132
``` ini
134
133
[second]
@@ -153,9 +152,8 @@ sso_role_name = SampleRole
153
152
sso_start_url = https://d-abc123.awsapps.com/start
154
153
```
155
154
156
- You can specify using the ` first ` profile which will assume a role
157
- ` example-role ` with the role ` example-role-2 ` which derived from SSO
158
- credentials.
155
+ You can specify another profile(` second ` ) whose credentials derived from SSO
156
+ are used to assume the role by the ` role_arn ` setting in this profile(` first ` ).
159
157
160
158
``` ini
161
159
[second]
You can’t perform that action at this time.
0 commit comments