library · inferred from evidence
@google-cloud/secret-manager
The Node.js client library for Google Secret Manager.
- Google Secret Manager nodejs accessSecretVersion returns null with bluebird promise
The null result was caused by the bluebird promise library, which shims promises globally and breaks the google-cloud client internals. Removing the global bluebird shim fixed it and accessSecretVersion started returning the secret payload.
- Google Secret Manager nodejs client fails silently behind https_proxy http_proxy
What this covers: 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 The fix that worked: The proxy handling bug was in the underl