We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package should be signed, though not all are. The deployment process should include signing packages.
yum/apt should check that packages are signed and successfully install software.
If you turn on gpgcheck, installing packages fail.
Package sensu-cli-2.0.0~nightly+20180404-1.x86_64.rpm is not signed
Change the deployment process to sign packages.
Enabled gpgcheck in a yum repo and was surprised that while a gpg key is provided, it is not being used to sign the packages.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. I'm planning on copying over our GPG signing key to the 2.x build pipeline soon.
Sorry, something went wrong.
No branches or pull requests
Package should be signed, though not all are. The deployment process should include signing packages.
Expected Behavior
yum/apt should check that packages are signed and successfully install software.
Current Behavior
If you turn on gpgcheck, installing packages fail.
Package sensu-cli-2.0.0~nightly+20180404-1.x86_64.rpm is not signed
Possible Solution
Change the deployment process to sign packages.
Context
Enabled gpgcheck in a yum repo and was surprised that while a gpg key is provided, it is not being used to sign the packages.
The text was updated successfully, but these errors were encountered: