Skip to content

Commit e4a3a99

Browse files
author
Sean O'Brien
committed
feat: add accountid support; remove imdsv1 support
1 parent a21d9e7 commit e4a3a99

File tree

10 files changed

+188
-934
lines changed

10 files changed

+188
-934
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Credentials",
5+
"description": "Adds `InstanceProfileProvider` support for sourcing account id and removes support for imdsv1."
6+
}
7+
]

.github/workflows/git-secrets-scan.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ jobs:
5353
'/"AccountId": "123456789012"/'
5454
'/"AccountId": "999999999999"/'
5555
'/"AccountId": "012345678901"/'
56+
'/"AccountId": "345678910112"/'
57+
'/"AccountId": "314253647589"/'
58+
'/"AccountId": "234567891011"/'
59+
'/"AccountId": "123456789101"/'
60+
'/"accountId": "314253647589"/'
61+
'/"accountId": "345678910112"/'
62+
'/"accountId": "234567891011"/'
63+
'/"accountId": "123456789101"/'
64+
'/"AccessKeyId": "ASIAIOSFODNN7EXAMPLE"/'
5665
'/"AWS::Auth::AccountId": "012345678901"/'
5766
'/123456789012/'
5867
'/999999999999/'

0 commit comments

Comments
 (0)