1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-06-06 22:16:11 +02:00

Test pipeline [BuildAll]

This commit is contained in:
ebosas 2021-11-13 10:49:27 +02:00
parent 6a420e7e02
commit 6deb667242
2 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Resources:
# Allow codepipeline to put artifacts in the S3 bucket
# as well as get artifacts back out of it.
- Resource:
- !Sub arn:aws:s3:::${ArtifactBucket}/*
- !Sub arn:aws:s3:::${ArtifactBucket}*
Effect: Allow
Action:
- s3:PutObject

View File

@ -353,7 +353,7 @@ Resources:
- s3:GetObject
- s3:GetObjectVersion
- s3:GetBucketVersioning
- s3:*
- s3:PutObjectAcl
# Allow codepipeline to build code builds
- Resource: "*"
Effect: Allow
@ -438,7 +438,6 @@ Resources:
- "codepipeline:*"
- "events:*"
- "ecs:*"
# - "s3:*"
Resource: "*"
#-----------------------------------------------------------------------------#