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.Starburst Admin:: In the
files/coordinator/config.properties.j2
andfiles/worker/config.properties.j2
files.
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.enabled
#
Type: boolean
Default value:
true
This property controls whether or not the Web UI is available.
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.
web-ui.user
#
Type: string
Default value: None
The username automatically used for authentication to the Web UI with the fixed
authentication type. See Web UI Authentication.