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

DEVOPS 971: use new gpg key #2

Closed
wants to merge 1 commit into from
Closed

DEVOPS 971: use new gpg key #2

wants to merge 1 commit into from

Conversation

iamsudip
Copy link

@iamsudip iamsudip commented Jan 12, 2024

@@ -35,8 +35,8 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5.0.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_ARTIFACT_SIGNING_KEY }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same question on key change compatibility here

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sha256 sum file is being signed and a signature is created. People can download our publically accessible key and verify like this:

gpg --verify terraform-provider-awsapigateway_0.2.0_SHA256SUMS.sig terraform-provider-awsapigateway_0.2.0_SHA256SUMS

If there's documentation to verify our distribution, we may need to modify that, but I don't think anything else is needed here.

@ravisingal thoughts?

@iamsudip iamsudip closed this Jan 12, 2024
@iamsudip iamsudip deleted the gpgsign branch January 12, 2024 15:18
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