Why does this gRPC call from the Google Secret Manager API hang when run by Apache?
In short: I have a Django application being served up by Apache on a Google Compute Engine VM. I want to access a secret from Google Secret Manager in my Python code (when the Django app is initialising). When I…