RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.
https://rocketchat.github.io/Rocket.Chat.Apps-engine/
MIT License
114 stars 119 forks source link

Allow Deno process to read NODE_EXTRA_CA_CERTS env var #761

Closed d-gubert closed 2 months ago

d-gubert commented 2 months ago

What? :boat:

Title explains it.

Why? :thinking:

With vm2 there was no error when an app tried to access an environment variable, it simply returned undefined for all of them. But Deno throws an error when that happens, and this breaks compatibility with some apps. That's why we're trying to prevent it.

Links :earth_americas:

PS :eyes: