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: docs/docs/databases/trino.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ In `Secure Extra` field, config as following example:
56
56
57
57
All fields in `auth_params` are passed directly to the [`KerberosAuthentication`](https://github.com/trinodb/trino-python-client/blob/0.306.0/trino/auth.py#L40) class.
58
58
59
+
NOTE: Kerberos authentication requires installing the [`trino-python-client`](https://github.com/trinodb/trino-python-client) locally with either the `all` or `kerberos` optional features, i.e., installing `trino[all]` or `trino[kerberos]` respectively.
60
+
59
61
#### 3. Certificate Authentication
60
62
In `Secure Extra` field, config as following example:
0 commit comments