Temporal Web UI

  • By Commercial Systems
Channel Revision Published Runs on
latest/stable 13 31 Jan 2024
Ubuntu 22.04
latest/edge 13 29 Jan 2024
Ubuntu 22.04
juju deploy temporal-ui-k8s
Show information

Platform:

Learn about configurations >

  • auth-client-id | string

    The client ID used for authentication or authorization.

  • auth-client-secret | string

    The client secret used for authentication and authorization.

  • auth-enabled | boolean

    Whether or not OIDC authentication is enabled.

  • auth-provider-url | string

    Default: https://accounts.google.com

    The .well-known IDP discovery URL for authentication and authorization.

  • auth-scopes | string

    Default: [openid,profile,email]

    The comma-separated array of resources required to be accessed from the access token.

  • batch-actions-disabled | boolean

    Whether or not batch actions are disabled through the UI.

  • codec-endpoint | string

    The endpoint for the Codec Server, if configured.

  • codec-pass-access-token | boolean

    Whether to send a JWT access token as "authorization" header in requests with the Codec Server.

  • default-namespace | string

    Default: default

    The default Temporal namespace that the Web UI opens first.

  • external-hostname | string

    Default: temporal-ui-k8s

    The DNS listing used for external connections. Will default to the name of the deployed application.

  • hide-workflow-query-errors | boolean

    Whether or not workflow query errors are hidden on the UI.

  • log-level | string

    Default: info

    Configures the log level of gunicorn. Acceptable values are: "info", "debug", "warning", "error" and "critical"

  • port | int

    Default: 8080

    The port used by the Temporal Web UI Server and the HTTP API.

  • tls-secret-name | string

    Default: temporal-tls

    Name of the k8s secret which contains the TLS certificate to be used by ingress.

  • workflow-cancel-disabled | boolean

    Whether or not workflow cancellation is disabled through the UI.

  • workflow-reset-disabled | boolean

    Whether or not workflow resetting is disabled through the UI.

  • workflow-signal-disabled | boolean

    Whether or not workflow signals are disabled through the UI.

  • workflow-terminate-disabled | boolean

    Whether or not workflow termination is disabled through the UI.