Skip to content

Commit

Permalink
bugBash: add diffInt metric to aws_loginWithBrowser
Browse files Browse the repository at this point in the history
Signed-off-by: nkomonen-amazon <[email protected]>
  • Loading branch information
nkomonen-amazon committed Nov 14, 2024
1 parent c138cb2 commit 71bdffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/auth/sso/ssoAccessTokenProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export abstract class SsoAccessTokenProvider {
awsRegion: this.profile.region,
ssoRegistrationExpiresAt: args?.registrationExpiresAt,
ssoRegistrationClientId: args?.registrationClientId,
sessionDuration: getSessionDuration(this.tokenCacheKey),
})

// Reset source in case there is a case where browser login was called but we forgot to set the source.
Expand Down

0 comments on commit 71bdffc

Please sign in to comment.