Skip to content

Commit

Permalink
Add 'memory' as a credential source to aws-toolkit-common
Browse files Browse the repository at this point in the history
  • Loading branch information
floralph committed Jul 7, 2023
1 parent d9581b4 commit 786f15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"name": "credentialSourceId",
"type": "string",
"description": "Where credentials are stored or retrieved from",
"allowedValues": ["sharedCredentials", "sdkStore", "ec2", "ecs", "envVars", "awsId", "iamIdentityCenter", "other"]
"allowedValues": ["sharedCredentials", "sdkStore", "ec2", "ecs", "envVars", "awsId", "iamIdentityCenter", "memory", "other"]
},
{
"name": "credentialType",
Expand Down

0 comments on commit 786f15c

Please sign in to comment.