-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel executions of aws-deployment-framework-bootstrap-pipeline leads to failure in CodeBuild #270
Milestone
Comments
mdaehnert
added a commit
to mdaehnert/aws-deployment-framework
that referenced
this issue
Jun 5, 2020
sbkok
pushed a commit
that referenced
this issue
Apr 9, 2021
…ket. (#271) Authored-by: Michael Dähnert <[email protected]> Signed-off-by: Simon <[email protected]>
sbkok
added a commit
to sbkok/aws-deployment-framework
that referenced
this issue
Apr 12, 2021
**Why?** By default, ADF does not mark any object or bucket to be accessibly publicly. However, the buckets did not restrict any other process from doing so anyway. **What?** To ensure objects are not accidentally made public, this change will enforce that. Changing the object or bucket policies to public would not be allowed. Additionally, one bucket, the BootstrapArtifactStorageBucket that was added recently by awslabs#270 did not configure encryption and versioning. This was not released as part of ADF yet, so no data was exposed. The samples that deployed buckets are also updated to include the encryption, versioning, and block-public access properties.
sbkok
added a commit
that referenced
this issue
Apr 14, 2021
**Why?** By default, ADF does not mark any object or bucket to be accessibly publicly. However, the buckets did not restrict any other process from doing so anyway. **What?** To ensure objects are not accidentally made public, this change will enforce that. Changing the object or bucket policies to public would not be allowed. Additionally, one bucket, the BootstrapArtifactStorageBucket that was added recently by #270 did not configure encryption and versioning. This was not released as part of ADF yet, so no data was exposed. The samples that deployed buckets are also updated to include the encryption, versioning, and block-public access properties.
Thank you for your patience. I am happy to inform you that this issue has been resolved in our latest release v3.2.0 just now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When a change is made to CodeCommit:aws-deployment-framework-bootstrap/* multiple times in a short period of time, it leads to an error inside CodeBuild:aws-deployment-framework-base-templates.
Info
Expected Behavior
CodeBuild should run multiple times without any issue. (1. run with the first CodeCommit change, 2. run with the second change, ...)
Steps to reproduce
Reason
Solution
Use a separate ArtifactBucket for CodePipeline and for CodeBuild to store its created data.
The text was updated successfully, but these errors were encountered: