mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
docs: Update Trino Kerberos configuration (#26119)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user