Skip to content

Commit 37bd2ca

Browse files
committed
add "--use-https=true" as default mount option
1 parent 102fada commit 37bd2ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/blobfuse/nodeserver.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
113113
}
114114
}
115115

116-
// todo: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
117-
options := []string{}
116+
options := []string{"--use-https=true"}
118117
if readOnly {
119118
options = append(options, "-o ro")
120119
}

0 commit comments

Comments
 (0)