Created
February 22, 2024 09:50
-
-
Save jsamuel1/26a5d1d1dac1343cc794288c9f04162a to your computer and use it in GitHub Desktop.
Revisions
-
jsamuel1 created this gist
Feb 22, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ const podIdentityRole = new Role(this, 'PodIdentityRole', { assumedBy: new SessionTagsPrincipal(new ServicePrincipal('pods.eks.amazonaws.com')), managedPolicies: [ ManagedPolicy.fromAwsManagedPolicyName('AmazonEC2ContainerRegistryReadOnly'), ] });