Skip to content
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

The codebuild project is missing a KMSKey parameter #8

Closed
indravd opened this issue Mar 19, 2019 · 1 comment
Closed

The codebuild project is missing a KMSKey parameter #8

indravd opened this issue Mar 19, 2019 · 1 comment

Comments

@indravd
Copy link

indravd commented Mar 19, 2019

Please add the following line to the code-pipeline.yaml file at the Codebuil project part:
EncryptionKey: !Ref CMKARN

If you do not specify this AWS Codebuild will use the default s3 encryption for the artifacts in the s3 bucket. This is causing issues in the next step when you deploy it via Cloudformation in a different account (this account cannot have access to the default s3 kms key).

@richardhboyd
Copy link

@indravd indravd closed this as completed Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants