The Interactive-Session Microservice is responsible for maintaining interactive sessions (e.g., VNC).
Configuration
The service is configured through a set of environment variables.
env name
description
example
ISESSION_MASTER_SSH_KEY
SSH Key to access instances. Be weary of \n and \n\r characters.
ISESSION_GUAC_SERVERS
List of guacamole servers in JSON string. Each item is an array of two strings, CloudID and hostname of guacamole server. Do not use single quote here.