Commit f3a7c46
committed
telemetry: add
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 featuresconsoleSessionProfile credential type1 parent 39354c7 commit f3a7c46
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
| 990 | + | |
990 | 991 | | |
991 | 992 | | |
992 | 993 | | |
| |||
0 commit comments