sops
sops copied to clipboard
GCP KMS asymmetric key support
Identical request to https://github.com/mozilla/sops/issues/684, but for GCP.
I'd like to be able to allow anyone to encrypt secrets to me; but only allow decryption through sops/KMS. GCP support this with
ASYMMETRIC_DECRYPT.
https://cloud.google.com/kms/docs/asymmetric-encryption
Is this possible? I can imagine it to be quite useful.
I opened a PR for this https://github.com/mozilla/sops/pull/1187