Skip to content

Commit

Permalink
🧹 do not hide insecure flag for network provider (#4097)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored May 24, 2024
1 parent 9526456 commit 9c88909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/network/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ var Config = plugin.Provider{
Type: plugin.FlagType_Bool,
Default: "",
Desc: "Disable TLS/SSL verification.",
Option: plugin.FlagOption_Hidden,
},
},
},
Expand Down

0 comments on commit 9c88909

Please sign in to comment.