Robin Schneider
Robin Schneider
@madarche Nice work! Any progress with it? Would be nice to ship this by default :wink:
For reference, I implemented this feature for [asdf](https://github.com/asdf-vm/asdf), refer to [Check signatures/checksums to ensure authenticity](https://github.com/asdf-vm/asdf-nodejs/pull/25). You are free/encouraged to use this example code (under the terms of the MIT License)...
Hey, currently I can not mentor you. Just start working on it, fork it and we will see.
Hi @larsla Me and I think also @nickjj would appreciate your help here. This issue is related to #23 and @nickjj somehow closed it. The trick which is already used...
@larsla, @nathanhruby any progress?
https://github.com/nickjj/ansigenome/pull/49 fixes this or at least has a workaround for it. Feel free to cherry pick.
@mihai-satmarean I mean that https://github.com/ypid/ansigenome already includes a workaround. It might need some rework but then it can be proposed in a separate PR to fix this issue.
As said, https://github.com/ypid/ansigenome/tree/devel includes a patch. It just works with Ansible 2.0 and above (but should be reworked to be merged into Ansigenome).
@adriaand007 Thanks for reporting! Fixed. The idea is that the `keyids_file` is provided in Ansigenome configuration (example: https://github.com/debops/debops-keyring/blob/master/keyids) ```YAML keyids_file: /home/user/.ansible/ypid-ansible-common/submodules/debops-keyring/keyids ``` I made it optional. You can try with...
Hi @mihai-satmarean > As said, https://github.com/ypid/ansigenome/tree/devel includes a patch.