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:
parent
6a420e7e02
commit
6deb667242
@ -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
|
||||
|
@ -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: "*"
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
Loading…
x
Reference in New Issue
Block a user