Hello, MongoDB!!
My company has been using below command to install libmongocrypt in docker image - but I noticed this command failed since last week Friday
sudo sh -c ‘curl -s https://www.mongodb.org/static/pgp/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg’
mongodb/libmongocrypt: C library for Client Side Encryption. (github.com)
Error message was “gpg: no valid OpenPGP data found.”
Also, when l run curl command, it says
“/etc/apt/trusted.gpg.d/libmongocrypt.gpg: Permission denied”
I am wondering whether this is intended, or fixable