Difference between revisions of "Backends Configuration"

From Onepoint Systems Integration
Jump to: navigation, search
Line 3: Line 3:
 
== Balabit SCB / PSM ==
 
== Balabit SCB / PSM ==
 
*'''config.address''': Address of SCB / PSM box
 
*'''config.address''': Address of SCB / PSM box
 +
*'''config.maptoip''': If present, and if equals to "onepoint-access" for resolving IP addresses with Onepoint Assets
 
*'''config.connections.ssh._default.port''': SSH port for SCB / PSM connections
 
*'''config.connections.ssh._default.port''': SSH port for SCB / PSM connections
 
*'''config.connections.rdp._default.port''': RDP port for SCB / PSM connections
 
*'''config.connections.rdp._default.port''': RDP port for SCB / PSM connections
Line 8: Line 9:
 
   {
 
   {
 
     "address": "SCB-ADDRESS",
 
     "address": "SCB-ADDRESS",
     "ui": "onepoint-shell",
+
     "maptoip": "onepoint-access",
 
     "gateway": {
 
     "gateway": {
 
       "protocols": [
 
       "protocols": [
Line 29: Line 30:
 
   }
 
   }
 
== Apache Guacamole ==
 
== Apache Guacamole ==
 +
*'''config.address''': Address of Apache Guacamole server
 +
*'''config.maptoip''': If present, and if equals to "onepoint-access" for resolving IP addresses with Onepoint Assets
 +
  {
 +
    "address": "GUACAMOLE-ONEPOINT-ADDRESS",
 +
    "maptoip": "onepoint-access"
 +
  }

Revision as of 11:08, 11 July 2019

Access Session Backends

Balabit SCB / PSM

  • config.address: Address of SCB / PSM box
  • config.maptoip: If present, and if equals to "onepoint-access" for resolving IP addresses with Onepoint Assets
  • config.connections.ssh._default.port: SSH port for SCB / PSM connections
  • config.connections.rdp._default.port: RDP port for SCB / PSM connections
 {
   "address": "SCB-ADDRESS",
   "maptoip": "onepoint-access",
   "gateway": {
     "protocols": [
       "rdp",
       "ssh"
     ],
     "connections": {
       "ssh": {
         "__default": {
           "port": 22
         },
       },
       "rdp": {
         "__default": {
           "port": 443
         },
       }
     }
   }
 }

Apache Guacamole

  • config.address: Address of Apache Guacamole server
  • config.maptoip: If present, and if equals to "onepoint-access" for resolving IP addresses with Onepoint Assets
 {
   "address": "GUACAMOLE-ONEPOINT-ADDRESS",
   "maptoip": "onepoint-access"
 }