We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c21fff commit b5fc012Copy full SHA for b5fc012
1 file changed
cmd/engflow_auth/main.go
@@ -227,6 +227,7 @@ func (r *appState) login(cliCtx *cli.Context) error {
227
ctx := cliCtx.Context
228
229
if cliCtx.Bool("insecure") {
230
+ fmt.Fprintf(cliCtx.App.ErrWriter, "Warning: server TLS validation is disabled\n")
231
httpClient := &http.Client{
232
Transport: &http.Transport{
233
TLSClientConfig: &tls.Config{
0 commit comments