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

feat: sign stage for NuGet code signing with AWS Signer #1466

Merged
merged 15 commits into from
Oct 6, 2023

Conversation

colifran
Copy link
Contributor

@colifran colifran commented Oct 4, 2023

Currently, we (the AWS CDK team) sign .nupkg files using lib/publishing/nuget/sign.sh with certificates we maintain in our cdk-ops repo. We received guidance from another internal AWS team that this no longer conforms with AWS best practice.

The new mechanism for code signing .nupkg files will be carried out using AWS Signer with infrastructure set up in a signing account. This PR adds a signing stage feature and a new sign.sh script that will be used to interact with our signing account to code sign .nupkg files.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

lib/pipeline.ts Outdated Show resolved Hide resolved
lib/signing.ts Outdated Show resolved Hide resolved
lib/signing.ts Outdated Show resolved Hide resolved
Signed-off-by: Francis <[email protected]>
@colifran colifran marked this pull request as ready for review October 6, 2023 12:03
@colifran colifran changed the title feat: signing stage for NuGet signing with AWS Signer feat: sign stage for NuGet code signing with AWS Signer Oct 6, 2023
@mergify mergify bot merged commit 9ce6c55 into main Oct 6, 2023
7 checks passed
@mergify mergify bot deleted the colifran/sign-stage branch October 6, 2023 12:19
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

Successfully merging this pull request may close these issues.

2 participants