Hey guys, I'm trying to use a Google Cloud integration which uses a private key and some sort of cryptographic signing step in their node SDK. I'm getting a failure in my job on step one when I'm trying to instantiate the SDK client. Any advice on how I can fix this? The exact error is:
at Sign.sign (node:internal/crypto/sig:131:29)```
Thanks