library · inferred from evidence
@google-cloud/secret-manager
The Node.js client library for Google Secret Manager.
- Google Secret Manager nodejs client fails silently behind https_proxy http_proxy
The @google-cloud/secret-manager Node.js client fails silently when https_proxy/http_proxy (or the uppercase variants) are set, requests through a proxy server never complete and no useful error is surfaced.
- Google Secret Manager nodejs accessSecretVersion returns null with bluebird promise
Calling accessSecretVersion with the Node.js @google-cloud/secret-manager client returns null instead of the secret payload. The client is constructed normally and the secret path is correct; the call silently yields nothing.