-
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
feat(codepipeline-actions): add KMSEncryptionKeyARN for S3DeployAction #24536
Conversation
Added KMSEncryptionKeyARN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request
. Additionally, if clarification is needed add Clarification Request
to a comment.
Exemption Request I think this is a very minor enhancement and not exactly a full blown feature. Something between a bug and a feature. |
Added KMSEncryptionKeyARN info for S3DeployAction
Add KMSEncryptionKeyARN for S3DeployAction
Exemption Request I don't have a personal AWS account to test (integration test) this. Please test on my behalf. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I have a couple of comments inline. In regard to the test, please write the test case and then we'll run it and update the snapshots.
* For a KMS key, you can use the key ID, the key ARN, or the alias ARN. | ||
* @default - none | ||
*/ | ||
readonly kmsEncryptionKeyArn?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than this being an ARN, we should be taking in an IKey
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Kendra, Thanks for reviewing this :)
I have updated the code.
README.md
Outdated
@@ -1,178 +1,1234 @@ | |||
# AWS Cloud Development Kit (AWS CDK) | |||
# AWS CodePipeline Actions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like an unintentional change. Our root level README shouldn't be edited on this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi again!
I have undone the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The root level README is still changed. Looks like the updates were made in the wrong README.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi again Kendra.. Yea it has confused me on how that went in but I have rolled back the changes now.
Adding exemption for snapshot changes. We'll do those. We still need the test case written, though. |
✅ Updated pull request passes all PRLinter validations. Dissmissing previous PRLinter review.
Pull request has been modified.
Hi Kendra! I have added the test you mentioned, please let me know if it needs any changes. |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Add KMSEncryptionKeyARN for S3DeployAction
Closes #24535.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license