Skip to content

Commit

Permalink
[supervisor] Mount custom CA in ring2
Browse files Browse the repository at this point in the history
if it exists
  • Loading branch information
csweichel authored and roboquat committed Apr 5, 2022

Verified

This commit was signed with the committer’s verified signature.
TheSpiritXIII Daniel Hrabovcak
1 parent dcf82f6 commit 01c257f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/workspacekit/cmd/rings.go
Original file line number Diff line number Diff line change
@@ -582,6 +582,7 @@ var (
"/sys",
"/dev",
"/etc/hostname",
"/etc/ssl/certs/gitpod-ca.crt",
}
rejectMountPaths = map[string]struct{}{
"/etc/resolv.conf": {},

0 comments on commit 01c257f

Please sign in to comment.