Back to Trino

Web UI properties

docs/src/main/sphinx/admin/properties-web-interface.md

4801.5 KB
Original Source

Web UI properties

The following properties can be used to configure the {doc}web-interface.

web-ui.authentication.type

  • Type: {ref}prop-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 {ref}Web UI Authentication <web-ui-authentication>.

web-ui.enabled

  • Type: {ref}prop-type-boolean
  • Default value: true

This property controls whether or not the is available.

web-ui.preview.enabled

  • Type: {ref}prop-type-boolean
  • Default value: false

This property controls whether or not the is available.

web-ui.shared-secret

  • Type: {ref}prop-type-string
  • Default value: randomly generated unless set

The shared secret is used to generate authentication cookies for users of the Web UI. If not set to a static value, any coordinator restart generates a new random value, which in turn invalidates the session of any currently logged in Web UI user.

web-ui.session-timeout

  • Type: {ref}prop-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: {ref}prop-type-string
  • Default value: None

The username automatically used for authentication to the Web UI with the fixed authentication type. See {ref}Web UI Authentication <web-ui-authentication>.