Commit 1f588f3 1 parent a3d4390 commit 1f588f3 Copy full SHA for 1f588f3
File tree 3 files changed +9
-0
lines changed
velero-plugin-for-vsphere
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ import (
22
22
23
23
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/cmd"
24
24
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/cmd/backupdriver"
25
+
26
+ // enable fips only mode
27
+ _ "crypto/tls/fipsonly"
25
28
)
26
29
27
30
func main () {
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ import (
24
24
"github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/cmd/datamgr"
25
25
26
26
"k8s.io/klog"
27
+
28
+ // enable fips only mode
29
+ _ "crypto/tls/fipsonly"
27
30
)
28
31
29
32
func main () {
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ import (
25
25
plugins_pkg "github.com/vmware-tanzu/velero-plugin-for-vsphere/pkg/plugin"
26
26
"github.com/vmware-tanzu/velero/pkg/features"
27
27
veleroplugin "github.com/vmware-tanzu/velero/pkg/plugin/framework"
28
+
29
+ // enable fips only mode
30
+ _ "crypto/tls/fipsonly"
28
31
)
29
32
30
33
func main () {
You can’t perform that action at this time.
0 commit comments