Skip to content

Commit 746e631

Browse files
committed
debug sleep for static creds validation
1 parent 2e38082 commit 746e631

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dist/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ export async function run() {
239239
//we then validate the credentials to make sure they work.
240240
if (AccessKeyId) {
241241
writeProfileFiles(awsProfile, roleCredentials.Credentials || {}, region, true);
242+
await setTimeout(() => {}, 10000); //sleep to allow write to propagate?
242243
await credentialsClient.validateCredentials(
243244
roleCredentials.Credentials?.AccessKeyId,
244245
roleChaining,

0 commit comments

Comments
 (0)