getsops / sops

Simple and flexible tool for managing secrets
https://getsops.io/
Mozilla Public License 2.0
15.88k stars 845 forks source link

GCP KMS asymmetric key support #691

Open natalysheinin opened 4 years ago

natalysheinin commented 4 years ago

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

brenwell commented 2 years ago

Is this possible? I can imagine it to be quite useful.

yz89122 commented 1 year ago

I opened a PR for this https://github.com/mozilla/sops/pull/1187