docs: Update Trino Kerberos configuration (#26119)

This commit is contained in:
John Bodley 2023-11-28 12:10:55 -08:00 committed by GitHub
parent 9a13ec6d5f
commit 0d2e85517c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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