Skip to content

Commit 03dbb20

Browse files
author
Taniya Mathur
committed
remove template validation and permission
1 parent 426851a commit 03dbb20

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ deployment_validation:
111111
- pip install PyYAML
112112

113113
script:
114-
# Validate CloudFormation service role template syntax
115-
- aws cloudformation validate-template --template-body file://iam-roles/cloudformation-management/IDP-Cloudformation-Service-Role.yaml --no-cli-pager
116114
# Check if service role has sufficient permissions for main stack deployment
117115
- |
118116
python3 -c "

scripts/sdlc/cfn/credential-vendor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ Resources:
9191
Action:
9292
- codebuild:BatchGetBuilds
9393
Resource: !Sub "arn:aws:codebuild:*:${AWS::AccountId}:project/*"
94-
- PolicyName: CloudFormationValidatePolicy
95-
PolicyDocument:
96-
Version: '2012-10-17'
97-
Statement:
98-
- Sid: CloudFormationValidate
99-
Effect: Allow
100-
Action:
101-
- cloudformation:ValidateTemplate
102-
Resource: "*"
10394
- PolicyName: CloudWatchLogsAccessPolicy
10495
PolicyDocument:
10596
Version: '2012-10-17'

0 commit comments

Comments
 (0)