-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
CodeCommitSourceAction cannot decrypt S3 #3170
Closed
1 of 5 tasks
chernando opened this issue
Jul 2, 2019
· 1 comment
Β· Fixed by #3175 or MechanicalRock/tech-radar#14 Β· May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Closed
1 of 5 tasks
CodeCommitSourceAction cannot decrypt S3 #3170
chernando opened this issue
Jul 2, 2019
· 1 comment
Β· Fixed by #3175 or MechanicalRock/tech-radar#14 Β· May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Labels
Comments
Hey @chernando , thanks for opening this issue! I confirm I was able to reproduce the issue on my side. Fix incoming. Thanks, |
skinny85
added
bug
This issue is a bug.
@aws-cdk/aws-codepipeline
Related to AWS CodePipeline
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jul 2, 2019
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this issue
Jul 2, 2019
β¦sions to the Pipeline's Bucket. Fixes aws#3170
skinny85
added a commit
to skinny85/aws-cdk
that referenced
this issue
Jul 2, 2019
β¦issions to the Pipeline's Bucket. Fixes aws#3170
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Sep 24, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I'm submitting a ...
What is the current behavior?
With this example:
Default S3 for
sourceOutput
(codepipeline.Artifact
) is encrypted. While executing the pipeline fails:Reviewing CloudTrail:
It should just work π
I've just modified
source-action.ts
granting read:and it works correctly.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: