Skip to content

Commit db90d17

Browse files
utam0kPothulapati
utam0k
authored andcommitted
ws-manager: NODE_EXTRA_CA_CERTS is the value of the gitpod internals
1 parent 219b71f commit db90d17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/ws-manager/pkg/manager/create.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,8 @@ func isGitpodInternalEnvVar(name string) bool {
859859
return strings.HasPrefix(name, "GITPOD_") ||
860860
strings.HasPrefix(name, "SUPERVISOR_") ||
861861
strings.HasPrefix(name, "BOB_") ||
862-
strings.HasPrefix(name, "THEIA_")
862+
strings.HasPrefix(name, "THEIA_") ||
863+
name == "NODE_EXTRA_CA_CERTS"
863864
}
864865

865866
func isProtectedEnvVar(name string) bool {

0 commit comments

Comments
 (0)