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
|
# Allow codepipeline to put artifacts in the S3 bucket
|
||||||
# as well as get artifacts back out of it.
|
# as well as get artifacts back out of it.
|
||||||
- Resource:
|
- Resource:
|
||||||
- !Sub arn:aws:s3:::${ArtifactBucket}/*
|
- !Sub arn:aws:s3:::${ArtifactBucket}*
|
||||||
Effect: Allow
|
Effect: Allow
|
||||||
Action:
|
Action:
|
||||||
- s3:PutObject
|
- s3:PutObject
|
||||||
|
@ -353,7 +353,7 @@ Resources:
|
|||||||
- s3:GetObject
|
- s3:GetObject
|
||||||
- s3:GetObjectVersion
|
- s3:GetObjectVersion
|
||||||
- s3:GetBucketVersioning
|
- s3:GetBucketVersioning
|
||||||
- s3:*
|
- s3:PutObjectAcl
|
||||||
# Allow codepipeline to build code builds
|
# Allow codepipeline to build code builds
|
||||||
- Resource: "*"
|
- Resource: "*"
|
||||||
Effect: Allow
|
Effect: Allow
|
||||||
@ -438,7 +438,6 @@ Resources:
|
|||||||
- "codepipeline:*"
|
- "codepipeline:*"
|
||||||
- "events:*"
|
- "events:*"
|
||||||
- "ecs:*"
|
- "ecs:*"
|
||||||
# - "s3:*"
|
|
||||||
Resource: "*"
|
Resource: "*"
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user