Matthias Dellweg
Matthias Dellweg
This tool creates supplemental file to the usual pass operation (.aliases; *.properties). We need to ensure that these are part of git commits created by pypass for the corresponding password...
It should be autodetected based on the password store in use being "git aware".
I can only guess the error is here. (And not properly propagated...) │Apr 17 11:20:56 zeph pass_secret_service[1128397]: gpg: public key decryption failed: No secret key
But still it seems to have issues finding your keys. Is it running as the right user? If you are using the systemd files, i believe you need to put...
Not really. I wasn't even confident enough to use it in the field yet. Probably start with a `pip install -e .` . The hardest part for me was to...
I don't remember. I think i killed it and started this one before it was respawned.
I must confess, i cannot divert a lot of time to this project as of by now. But i'd be happy to see this as a contribution.
I got it to work with this class (It needs to inherit UsrMarshal, because it uses marshal_dump/load on the ruby side.): ```python class GemVersion(UsrMarshal): ruby_class_name = "Gem::Version" @property def version(self):...
I receive the same error when trying to decode this stream: (hex) ``` 0408753a1747656d3a3a53706563696669636174696f6e01d004085b17220a312e332e376908220661553a1147656d3a3a56657273696f6e5b06220a302e312e3049753a0954696d650d70931b8000000000063a1f406d61727368616c5f776974685f7574635f636f657263696f6e46220c53756d6d617279553a1547656d3a3a526571756972656d656e745b065b065b0722073e3d553b005b06220630553b085b065b065b0722073e3d553b005b062206302209727562795b0030220b20456d61696c5b06220c20417574686f7222002216687474703a2f2f676f6f676c652e636f6d54401d5b00 ``` (bytes) ```python b'\x04\x08u:\x17Gem::Specification\x01\xd0\x04\x08[\x17"\n1.3.7i\x08"\x06aU:\x11Gem::Version[\x06"\n0.1.0Iu:\tTime\rp\x93\x1b\x80\x00\x00\x00\x00\x06:\x1f@marshal_with_utc_coercionF"\x0cSummaryU:\x15Gem::Requirement[\x06[\x06[\x07"\x07>=U;\x00[\x06"\x060U;\x08[\x06[\x06[\x07"\x07>=U;\x00[\x06"\x060"\truby[\x000"\x0b Email[\x06"\x0c Author"\x00"\x16http://google.comT@\x1d[\x00' ``` `Gem::Specification` is a UsrDef type and it uses `Marshal.dump/load`...
PR with only the first half of the story (If i remember to update properly.): https://github.com/pulp/pulp_ansible/pull/1815