We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c814e14 commit f8b2a7dCopy full SHA for f8b2a7d
modules/response_actions.cft.yaml
@@ -262,6 +262,11 @@ Resources:
262
- lambda:GetFunction
263
Resource:
264
- !Sub "arn:${Partition}:lambda:*:${AWS::AccountId}:function:sysdig-secure-ra-${NameSuffix}-*"
265
+ - Effect: Allow
266
+ Action:
267
+ - iam:GetRole
268
+ Resource:
269
+ - !Sub "arn:${Partition}:iam::${AWS::AccountId}:role/sysdig-secure-ra-${NameSuffix}-*"
270
Tags:
271
- Key: Name
272
Value: !Sub sysdig-secure-ra-${NameSuffix}-cross-account-invoker
0 commit comments