Skip to content

Commit fda0f30

Browse files
utam0kFuristo
utam0k
authored andcommitted
ws-manager: NODE_EXTRA_CA_CERTS is the value of the gitpod internals
1 parent bbd0afd commit fda0f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: components/ws-manager/pkg/manager/create.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,8 @@ func isGitpodInternalEnvVar(name string) bool {
853853
return strings.HasPrefix(name, "GITPOD_") ||
854854
strings.HasPrefix(name, "SUPERVISOR_") ||
855855
strings.HasPrefix(name, "BOB_") ||
856-
strings.HasPrefix(name, "THEIA_")
856+
strings.HasPrefix(name, "THEIA_") ||
857+
name == "NODE_EXTRA_CA_CERTS"
857858
}
858859

859860
func isProtectedEnvVar(name string) bool {

0 commit comments

Comments
 (0)