Skip to content

Commit 0089a75

Browse files
authored
Clear credentials on region update (#474)
1 parent 7a32057 commit 0089a75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/handlers/ExecutionHandler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export function executionHandler(
3737
case UPDATE_REGION: {
3838
const args = params.arguments ?? [];
3939
if (args.length > 0) {
40+
components.awsCredentials.handleIamCredentialsDelete();
4041
components.settingsManager.updateRegion(getRegion(args[0]));
4142
}
4243
break;

0 commit comments

Comments
 (0)