Skip to content

Commit f3a7c46

Browse files
committed
telemetry: add consoleSessionProfile credential type
The AWS Toolkit telemetry definitions need to be updated to support tracking console session credentials as part of the Simplified Local Authentication project. This new credential type allows developers to authenticate locally using their active AWS Console sessions. Learn more: https://aws.amazon.com/about-aws/whats-new/2025/11/console-credentials-aws-cli-sdk-authentication/ Background: - AWS CLI's new login command and AWS SDK v3's fromLoginCredentials credential provider support console session connections - This enables developers to authenticate locally using their active AWS Console sessions - Current telemetry definitions don't track this authentication method Added 'consoleSessionProfile' to the credentialType allowedValues in commonDefinitions.json to track when users authenticate using console session credentials. This change: - Adds support for tracking console session authentication method - Maintains consistency with existing credential type naming patterns - Enables proper telemetry collection for the new authentication flow - Supports upcoming Console-to-IDE features
1 parent 39354c7 commit f3a7c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,7 @@
987987
"allowedValues": [
988988
"staticProfile",
989989
"staticSessionProfile",
990+
"consoleSessionProfile",
990991
"credentialProcessProfile",
991992
"assumeRoleProfile",
992993
"assumeMfaRoleProfile",

0 commit comments

Comments
 (0)