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
additionalPropertiessection of the the top-levelcoordinatorandworkernodes in thevalues.yamlfile.
web-ui.authentication.type#
Type: string
Allowed values:
FORM,FIXED,CERTIFICATE,KERBEROS,JWT,OAUTH2Default 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.