Skip to content

Commit 6c3d066

Browse files
committed
docs(credential-provider-ini): update README
1 parent da3db40 commit 6c3d066

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/credential-provider-ini/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ web_identity_token_file=/temp/token
126126
role_arn=arn:aws:iam::123456789012:role/example-role-arn
127127
```
128128

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`).
132131

133132
```ini
134133
[second]
@@ -153,9 +152,8 @@ sso_role_name = SampleRole
153152
sso_start_url = https://d-abc123.awsapps.com/start
154153
```
155154

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`).
159157

160158
```ini
161159
[second]

0 commit comments

Comments
 (0)