Re: GNUPG and Google Cloud

2022-08-16 Thread C.J. Collier
Hi David, I would take a look at Secret Manager[1] as a way to store your private key material confidentially. Perhaps consider Cloud Run[2] as a mechanism for execution of arbitrary code, in this case for instance with the encryption/decryption pipeline using the python runtime and python-gnupg[

RE: GNUPG and Google Cloud

2022-08-16 Thread David Gordon via Gnupg-users
CJ, We were looking for a server-less solution. What we want to do is take data from a legacy mainframe system, encrypt it via PGP, and then via GKE transfer it to Cloud Storage. From there we want to decrypt it via GnuPG, save it in Cloud Storage and then load it into Big Query. Thanks, David

Re: GNUPG and Google Cloud

2022-08-16 Thread C.J. Collier
Hi there! Are you looking for a server-less solution or will a Debian instance on GCE or GKE suffice? You can "deploy" GNUPG with apt-get. Decrypting content would require getting a private key or an agent onto the system. Can you give more details about what you're looking for? C.J. in Cloud