Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
831e9af
WIP
rix0rrr Oct 20, 2025
ce9b86e
Update test to include 'lib' directory
rix0rrr Oct 21, 2025
e235ca1
Changing the grants file format a bit
rix0rrr Oct 21, 2025
02ce895
More grants files
rix0rrr Oct 21, 2025
5fd0ac1
Merge remote-tracking branch 'origin/main' into huijbers-otaviom/grants
rix0rrr Oct 21, 2025
187b165
Might be broken but I need to stash this
rix0rrr Oct 21, 2025
d70e112
codegen WIP
otaviomacedo Oct 21, 2025
14b0e0a
beginngin to implement key grants
otaviomacedo Oct 22, 2025
49d3863
KeyGrants
otaviomacedo Oct 22, 2025
1c71e67
Doing some work on grants
rix0rrr Oct 22, 2025
c5e9f59
Merge branch 'huijbers-otaviom/grants' of github.com:aws/aws-cdk into…
rix0rrr Oct 22, 2025
a959edb
Revert "KeyGrants"
otaviomacedo Oct 22, 2025
d60ce01
Using IEncryptedResource
otaviomacedo Oct 22, 2025
fa87c60
encryptedResource made optional
otaviomacedo Oct 22, 2025
863489d
deduplicate findArnProperty and add some smoke tests
otaviomacedo Oct 23, 2025
cbd379a
Add static factory
otaviomacedo Oct 23, 2025
ad52bd9
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Oct 23, 2025
8d2baa2
Add ResourceGrantsProps
otaviomacedo Oct 23, 2025
8311651
Rewrite grant methods to delegate to classes where possible
otaviomacedo Oct 24, 2025
1cb6f2d
Merge remote-tracking branch 'origin/main' into huijbers-otaviom/grants
rix0rrr Oct 30, 2025
f0bc09d
Tiny fiddles
rix0rrr Oct 30, 2025
c114e9b
Docs
rix0rrr Nov 3, 2025
7d44081
Add `arnFor<Resource>()` method to L1 constructs
otaviomacedo Nov 3, 2025
fa2a5cf
Use `arnFor<Resource>()` in the grant methods
otaviomacedo Nov 4, 2025
9eeee46
Remove unused functions and imports
otaviomacedo Nov 4, 2025
29afe00
Add some documentation
otaviomacedo Nov 4, 2025
db7879c
Add replacement of the ARN format variable with an ARN call expression
otaviomacedo Nov 5, 2025
3e38a92
Skip configs with no methods
otaviomacedo Nov 5, 2025
a8fc4ef
Add missing documentation everywhere
otaviomacedo Nov 5, 2025
8a862c3
ecs and efs grants files, and making interface @internal
otaviomacedo Nov 6, 2025
eb3c9cd
Cleanup
otaviomacedo Nov 6, 2025
885dfdb
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 6, 2025
e63d012
More tests
otaviomacedo Nov 7, 2025
43945fc
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 7, 2025
003205f
IResourceWithPolicyV2
otaviomacedo Nov 7, 2025
385ebe4
IResourceWithPolicyV2
otaviomacedo Nov 10, 2025
4b3f7b9
accept array of string for arnFormat
otaviomacedo Nov 10, 2025
817d7d2
accept array of string for arnFormat
otaviomacedo Nov 10, 2025
b88e149
upgrade jsii packages
otaviomacedo Nov 11, 2025
7a858d6
upgrade jsii packages
otaviomacedo Nov 11, 2025
569db31
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 11, 2025
3088916
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 11, 2025
f1c2a94
Fixes after merge
otaviomacedo Nov 11, 2025
0658674
awslint
otaviomacedo Nov 11, 2025
42fd328
Fix test
otaviomacedo Nov 11, 2025
2109b14
Update snapshots
otaviomacedo Nov 11, 2025
c6c80ba
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 12, 2025
566c0a4
Fixes after merge
otaviomacedo Nov 12, 2025
ba29a01
Try increasing assertion wait timeout
otaviomacedo Nov 12, 2025
5b10858
Revert "Try increasing assertion wait timeout"
otaviomacedo Nov 12, 2025
f1bc928
revert some changes
otaviomacedo Nov 12, 2025
f7983a9
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 12, 2025
1b45447
Fix integ test
otaviomacedo Nov 12, 2025
908ee00
Use output path as the root dir
otaviomacedo Nov 13, 2025
ceff8dd
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 13, 2025
8ff4595
Swap the order of key statements and resource/principal statements, a…
otaviomacedo Nov 13, 2025
75b09b3
Update snapshot
otaviomacedo Nov 13, 2025
8f343cc
Update integ test snapshots for apigatewayv2 and dynamodb
otaviomacedo Nov 13, 2025
d81e82a
Update integ test snapshots for appsync
otaviomacedo Nov 13, 2025
29e65b2
Add more grants
otaviomacedo Nov 14, 2025
b34ce89
Remove wrong import
otaviomacedo Nov 14, 2025
9d175ad
Fix tests
otaviomacedo Nov 14, 2025
fb17fef
Revert bucket changes
otaviomacedo Nov 14, 2025
44c7fc2
Revert stepfunctions changes
otaviomacedo Nov 17, 2025
adbbadb
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 17, 2025
8f06086
Revert route53 changes
otaviomacedo Nov 17, 2025
2570965
Fix appsync tests
otaviomacedo Nov 17, 2025
6e6970d
Revert the missing bits from stepfunctions
otaviomacedo Nov 17, 2025
0d50d9b
Merge branch 'main' into huijbers-otaviom/grants
otaviomacedo Nov 17, 2025
0625f1e
Reintroduce the grants generation, lost in the merge
otaviomacedo Nov 17, 2025
136ac51
Revert dynamodb changes
otaviomacedo Nov 17, 2025
a5e4899
Revert minor test changes
otaviomacedo Nov 17, 2025
a55b00a
Merge branch 'main' into huijbers-otaviom/grants
mergify[bot] Nov 17, 2025
e2eff31
Merge branch 'main' into huijbers-otaviom/grants
mergify[bot] Nov 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -423,21 +423,11 @@
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition"
},
":ecs:",
{
"Ref": "AWS::Region"
},
":",
{
"Ref": "AWS::AccountId"
},
":task/",
{
"Ref": "ClusterEB0386A7"
"Fn::GetAtt": [
"ClusterEB0386A7",
"Arn"
]
},
"/*"
]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading