Dominik Schulz
Dominik Schulz
Actually I think this should be fixed at the source, I have filed https://github.com/apple/password-manager-resources/issues/548 to suggest some improvements to their tooling.
We don't have a test but the upstream issue was fixed and I removed the workaround.
From [goreleaser](https://goreleaser.com/customization/snapcraft/): > Remember you need to `snapcraft login` first. Not sure if this works with GHA.
When I was trying to get started with this their login server was down ... At some point I'll try again.
#1897 has an first draft using goreleaser but I don't think this will work. goreleaser doesn't seem to support [runtime dependencies](https://goreleaser.com/customization/snapcraft/) but we will need at least `gpg`, `git` and...
I've created a [draft](https://github.com/gopasspw/gopass-snap/blob/main/snap/snapcraft.yaml) but this is more involved than I tought. The level of isolation they require is quite annoying for us. gopass itself is working, even SSH. But...
I didn't make much progress here. The snapcraft documentation wasn't very helpful. But if someone wants to help, feel free to do.
Sounds like a valid feature request. But we'll need to figure out how to handle this cleanly.
Would you prefer to configure this per password store or per user?
Maybe I don't understand you correctly, but if you don't have the RSA keys to decrypt some of your secrets you won't be able to decrypt them?! You can always...