You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+35
Original file line number
Diff line number
Diff line change
@@ -365,6 +365,41 @@ It follows the interface for `KerberosAuthentication`, but is using
365
365
)
366
366
```
367
367
368
+
369
+
### Insecure authentication
370
+
371
+
All authentication methods require secure HTTPS channel to the Trino cluster. Although not recommended, you can enable authentication over insecure HTTP channel by using `insecure` connection argument.
0 commit comments