-
Notifications
You must be signed in to change notification settings - Fork 684
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
Correct way to validate the kubeseal tarball with Ansible #1424
Comments
Hi, @fmunteanu. The Regards, |
@alemorcuq would it be possible to separate each checksum into dedicated files, like other GitHub releases do? Example: The above format will also allow us to easily identify the required checksum validation. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
I'm not familiar with the Ansible way, you can easily check the checksum with
Just make sure the checksums file and the tarball are in the same directory. |
Which component:
kubeseal
Describe the bug
I'm trying to validate with Ansible the
kubeseal
signature, what is the correct format to use? None of the checksum types provided by Ansible match the contents of your.sig
file.I checked for md5sum, sha1sum, sha224sum, sha256sum, sha384sum and sha512sum. The signature file has the string:
The text was updated successfully, but these errors were encountered: