Skip to content

Commit 09da3ff

Browse files
committed
refactor: prefix IAM-related profiles with 'Iam'
1 parent 654d96a commit 09da3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/auth/auth2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class LanguageClientAuth {
182182
let profile: Profile
183183
if (roleArn) {
184184
profile = {
185-
kinds: [ProfileKind.RoleSourceProfile],
185+
kinds: [ProfileKind.IamRoleSourceProfile],
186186
name: profileName,
187187
settings: {
188188
region: '',

0 commit comments

Comments
 (0)