Skip to content

NODE_OPTIONS #3558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

NODE_OPTIONS #3558

wants to merge 1 commit into from

Conversation

arkoppan
Copy link

@arkoppan arkoppan commented Oct 4, 2021

Additional option to set pipeline variable for Node to look up the certs.

Additional option to set pipeline variable for Node to look up the certs.
@@ -117,7 +117,11 @@ Ex:
- TEE (tf on linux) expect read CA from `Java Certificate Store`.
- PowerShell expect read CA from `Windows Certificate Manager`.
- Node.js expect a `ca` parameter on `tls.options`.
- Node.js (version >= 7.3) also expect an environment vairble to point to the CA file `NODE_EXTRA_CA_CERTS`, however the agent current use Node.js version 6.x which mean we can't use that envirinment variable.
- Node.js (version >= 7.3) also expect an environment vairble to point to the CA file `NODE_EXTRA_CA_CERTS`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Node.js (version >= 7.3) also expect an environment vairble to point to the CA file `NODE_EXTRA_CA_CERTS`.
- Node.js (version >= 7.3) also expect an environment variable to point to the CA file `NODE_EXTRA_CA_CERTS`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants