Skip to content

Commit 42f360d

Browse files
authored
docs: Update Trino Kerberos configuration (apache#26119)
1 parent 83dc5c0 commit 42f360d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/databases/trino.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ In `Secure Extra` field, config as following example:
5656

5757
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.
5858

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+
5961
#### 3. Certificate Authentication
6062
In `Secure Extra` field, config as following example:
6163
```json

0 commit comments

Comments
 (0)