Web UI properties#
The following properties can be used to configure the Trino web UI.
All properties described in this page are defined as follows, depending on the deployment type:
Kubernetes: In the
additionalProperties
section of the the top-levelcoordinator
andworker
nodes in thevalues.yaml
file.
web-ui.authentication.type
#
Type: string
Allowed values:
FORM
,FIXED
,CERTIFICATE
,KERBEROS
,JWT
,OAUTH2
Default value:
FORM
The authentication mechanism to allow user access to the Web UI. See Web UI Authentication.
web-ui.session-timeout
#
Type: duration
Default value:
1d
The duration how long a user can be logged into the Web UI, before the session times out, which forces an automatic log-out.