Parameters#

Tokkio Ingress uses cookies to grant access on a first-come-first-served basis with a capacity limit. It can be configured with the maxNumSession parameter. Once a client connects, it takes up one capacity until it disconnects. Any additional connection to Tokkio Ingress that exceeds the maxNumSession will be rejected.

A user can enable/disable TLS at Tokkio ingress by configuring the enableTLS parameter. When TLS is enabled, the user is expected to mount a valid TLS certificate into the container. If not, a self-signed certificate will be used. TLS is disabled for any CSP deployment. It allows the user to mount a TLS certificate; otherwise, it will not.

Parameters to Tokkio ingress can be configured at app building time through the UCS tools.

List of Parameters#

Parameters

Description

BYPASS_TOKEN_VALIDATION

Enable/disable token validation bypass

ENABLE_SESSION_REFRESH

Enable/disable session refresh functionality

ENABLE_TLS

Enable/disable transport layer security

ENABLE_TRACING

Enable/disable tracing functionality

ENABLE_COOKIE

Enable/disable cookie-based session management

MAX_NUM_SESSION

Maximum number of concurrent sessions allowed

OTEL_EXPORTER_OTLP_ENDPOINT

OpenTelemetry collector endpoint URL

OTEL_EXPORTER_OTLP_PROTOCOL

Protocol used for OpenTelemetry export

TOKEN_MAX_AGE

Maximum age of tokens in seconds

TOKEN_TTL

Time-to-live for tokens in seconds

REDIS_TS_HOST

Redis TimeSeries host address

REDIS_TS_PORT

Redis TimeSeries port number

VMS_HOST

VMS host address

VMS_PORT

VMS port number