From 4e25d5b456956a75cfbb97a664a089e3f65d0e2e Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Mon, 8 Jul 2024 12:33:44 +0530 Subject: [PATCH] Document extras needed for Kerberos and GSSAPI support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96dc32e9..98cd44f5 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,7 @@ The OAuth2 token will be cached either per `trino.auth.OAuth2Authentication` ins ### Kerberos authentication +Make sure that the Kerberos support is installed using `pip install trino[kerberos]`. The `KerberosAuthentication` class can be used to connect to a Trino cluster configured with the [`Kerberos` authentication type](https://trino.io/docs/current/security/kerberos.html): @@ -328,6 +329,7 @@ the [`Kerberos` authentication type](https://trino.io/docs/current/security/kerb ### GSSAPI authentication +Make sure that the GSSAPI support is installed using `pip install trino[gssapi]`. The `GSSAPIAuthentication` class can be used to connect to a Trino cluster configured with the [`Kerberos` authentication type](https://trino.io/docs/current/security/kerberos.html):