Arya Bahnken
Arya Bahnken
@autrilla :+1: sounds good
@autrilla What do you think about all of this?
> 2 seems to be something a significant amount of people want, but #200 is also about PGP, and I don't think we should recommend using PGP keys, whether it's...
@autrilla Lol nevermind on the Ubuntu SKS server... ``` $ for x in $(seq 1 5); \ do http -h 'https://keyserver.ubuntu.com/pks/lookup?op=get&options=mr&search=0xFBC7B9E2A4F9289AC0C1D4843D16CEE4A27381B4' \ | grep 'HTTP' && sleep 1; done HTTP/1.1...
In reading through [SKS Keyserver Network Under Attack](https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f), the recommended keyserver for now seems to be https://keys.openpgp.org. It is not using the same SKS software, so using it will require...
@autrilla What do you think?
I really like how we implemented this in `frost`: https://github.com/mozilla/frost/blob/master/aws/client.py#L17-L32 You can pass in a profile using `--aws-profiles` (though for `sops` it would be `--aws-profile`) and it gets passed to...
@james-callahan can you describe your use-case for this?
I'm not a fan of this. First off, if someone has the ability to decrypt a value then they have access to it. If this is purely about decrypting a...
No, sorry. Sops will only support encryption and decryption of the sops file format. If you'd like to explain your use case I'm happy to offer suggestions though.