From 0d2e85517c1996da1473ec2f671d65f071de7eb4 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:10:55 -0800 Subject: [PATCH] docs: Update Trino Kerberos configuration (#26119) --- docs/docs/databases/trino.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/databases/trino.mdx b/docs/docs/databases/trino.mdx index 4d6bfcf34..132892496 100644 --- a/docs/docs/databases/trino.mdx +++ b/docs/docs/databases/trino.mdx @@ -56,6 +56,8 @@ In `Secure Extra` field, config as following example: 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. +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. + #### 3. Certificate Authentication In `Secure Extra` field, config as following example: ```json