File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ The OAuth2 token will be cached either per `trino.auth.OAuth2Authentication` ins
294
294
295
295
# ## Kerberos authentication
296
296
297
+ Make sure that the Kerberos support is installed using `pip install trino[kerberos]` .
297
298
The `KerberosAuthentication` class can be used to connect to a Trino cluster configured with
298
299
the [`Kerberos` authentication type ](https:// trino.io/ docs/ current/ security/ kerberos.html):
299
300
@@ -328,6 +329,7 @@ the [`Kerberos` authentication type](https://trino.io/docs/current/security/kerb
328
329
329
330
# ## GSSAPI authentication
330
331
332
+ Make sure that the GSSAPI support is installed using `pip install trino[gssapi]` .
331
333
The `GSSAPIAuthentication` class can be used to connect to a Trino cluster configured with
332
334
the [`Kerberos` authentication type ](https:// trino.io/ docs/ current/ security/ kerberos.html):
333
335
You can’t perform that action at this time.
0 commit comments