Adrian Utrilla
Adrian Utrilla
Has there been any progress on this? I'd be willing to put time into it and send a patch if I had some guidance on what's acceptable. Is modifying the...
@thedodd thanks a lot for the response. I'm not sure I understand how you wrap the future in the `SingleResponse`. Do you just manually create the `SingleResponse` with `::new`, adding...
I can't reproduce this with a Google Service Account private key I just created.
Yeah, that's not an issue with SOPS. If the extension is `.enc`, SOPS will assume it's a binary file and try to decrypt it as such. @philicious was this same...
I understand that this is your expectation, and it makes sense. However, there isn't really a good way for us to tell that the file is a json file if...
Unfortunately what you suggest isn't really possible, because we'd need to parse the file in order to read the file format, and we can't parse the file unless we know...
@jvehent this would work right now but I think it will be very messy as we add more formats. Not sure JSON will be the only format that starts with...
@glerchundi no, the format is not always the same. YAML files look different, so do .env files.
Not currently, no. I suppose you could reorder the keys in the encrypted YAML, as SOPS goes through them in order.
@brad-jones no, simply moving the entry in a mapping won't work. I was suggesting using [key groups](https://github.com/mozilla/sops#key-groups) and making sure your PGP key group appears first in the file. If...