Abel Luck

Results 61 comments of Abel Luck

> Thunderbird 78.3.1 has now been released in the Fedora stable repo, so users on v68 will be automatically updated. Landed here after my fedora 32 vm updated today and...

Would be nice to get this merged!

FWIW, one datapoint, we use sops extensively with PGP keys and have never used the keyserver fetching feature in sops. We always distribute team member's keys as part of onboarding....

I can confirm that this patch fixes the bug that prevents `aws_profile` from working when defined in a keygroup. ### sample .sops.yml ```yaml --- creation_rules: - key_groups: - kms: -...

@carlpett any progress on getting terraform-sops hosted with terraform-providers? What needs to be done to make that happen?

@robertwe sops has no builtin support for HCL files. If you're using terraform you can use @carlpett's [terraform-provider-sops](https://github.com/carlpett/terraform-provider-sops) to load sops files (json or yaml) into terraform. It works very...

This is also affecting us using sops 3.6.1 ``` AWS_SDK_LOAD_CONFIG=1 AWS_PROFILE=development ./sops-v3.6.1.linux --verbose test.sops.yml [AWSKMS] INFO[0001] Encryption failed arn="arn:aws:kms:eu-west-1:694143964892:key/840b9097-bcbc-49c4-8bb8-e5cdf2a6234c" Error encrypting the data key with one or more master keys:...

> AWS Profiles are respected when using outside of a key group but using with a key group does not respect the profile option. This is still an issue, and...

Another solution here that I think is much closer to being a reality is to use Remote GPG Agent Forwarding (https://wiki.gnupg.org/AgentForwarding). This would be the ideal solution for those already...

Those also look like other possible solutions too. However I’d like to point out that for those orgs which use PGP smartcards, remote forwarding the GPG agent will be required,...