Skip to content

Commit 4e25d5b

Browse files
committed
Document extras needed for Kerberos and GSSAPI support
1 parent b02cb57 commit 4e25d5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ The OAuth2 token will be cached either per `trino.auth.OAuth2Authentication` ins
294294

295295
### Kerberos authentication
296296

297+
Make sure that the Kerberos support is installed using `pip install trino[kerberos]`.
297298
The `KerberosAuthentication` class can be used to connect to a Trino cluster configured with
298299
the [`Kerberos` authentication type](https://trino.io/docs/current/security/kerberos.html):
299300

@@ -328,6 +329,7 @@ the [`Kerberos` authentication type](https://trino.io/docs/current/security/kerb
328329

329330
### GSSAPI authentication
330331

332+
Make sure that the GSSAPI support is installed using `pip install trino[gssapi]`.
331333
The `GSSAPIAuthentication` class can be used to connect to a Trino cluster configured with
332334
the [`Kerberos` authentication type](https://trino.io/docs/current/security/kerberos.html):
333335

0 commit comments

Comments
 (0)