File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ Resources:
78
78
- " cloudformation:ExecuteChangeSet"
79
79
Resource :
80
80
- !Sub " arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/LambdaMcpServer-*"
81
+ - Effect : Allow
82
+ Action :
83
+ - " ssm:GetParameter"
84
+ Resource :
85
+ - !Sub " arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/cdk-bootstrap/*/version"
81
86
# Allow CloudFormation to provision the resources for the example MCP servers
82
87
- Effect : Allow
83
88
Action :
@@ -97,17 +102,6 @@ Resources:
97
102
" ForAnyValue:StringEquals " :
98
103
" aws:CalledVia " :
99
104
- cloudformation.amazonaws.com
100
- - Effect : Allow
101
- Action :
102
- - " ssm:GetParametersByPath"
103
- - " ssm:GetParameters"
104
- - " ssm:GetParameter"
105
- Resource :
106
- - !Sub " arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/cdk-bootstrap/*/version"
107
- Condition :
108
- " ForAnyValue:StringEquals " :
109
- " aws:CalledVia " :
110
- - cloudformation.amazonaws.com
111
105
# Allow integration tests to upload templates and assets to the CDK bucket
112
106
- Effect : Allow
113
107
Action :
You can’t perform that action at this time.
0 commit comments