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.
Parameters |
Description |
---|---|
maxNumSession |
Max number of session allowed |
enableTLS |
Enable/disable transport layer security |