Mark exec-agent, terminal, wsmaster servers secure

6.19.x
Sergii Leshchenko 2018-07-03 15:27:00 +03:00
parent efaef7e0d1
commit e142d372fd
8 changed files with 56 additions and 14 deletions

View File

@ -9,12 +9,18 @@
"exec-agent/http": {
"port": "4412/tcp",
"protocol": "http",
"path" : "/process"
"path" : "/process",
"attributes": {
"secure": "true"
}
},
"exec-agent/ws": {
"port": "4412/tcp",
"protocol": "ws",
"path": "/connect"
"path": "/connect",
"attributes": {
"secure": "true"
}
}
}
}

View File

@ -9,12 +9,18 @@
"exec-agent/http": {
"port": "4412/tcp",
"protocol": "http",
"path" : "/process"
"path" : "/process",
"attributes": {
"secure": "true"
}
},
"exec-agent/ws": {
"port": "4412/tcp",
"protocol": "ws",
"path": "/connect"
"path": "/connect",
"attributes": {
"secure": "true"
}
}
}
}

View File

@ -9,7 +9,10 @@
"terminal": {
"port": "4411/tcp",
"protocol": "ws",
"path" : "/pty"
"path" : "/pty",
"attributes": {
"secure": "true"
}
}
}
}

View File

@ -9,7 +9,10 @@
"terminal": {
"port": "4411/tcp",
"protocol": "ws",
"path" : "/pty"
"path" : "/pty",
"attributes": {
"secure": "true"
}
}
}
}

View File

@ -12,12 +12,18 @@
"wsagent/http": {
"port": "4401/tcp",
"protocol": "http",
"path" : "/api"
"path" : "/api",
"attributes": {
"secure": "true"
}
},
"wsagent/ws": {
"port": "4401/tcp",
"protocol": "ws",
"path" : "/wsagent"
"path" : "/wsagent",
"attributes": {
"secure": "true"
}
}
}
}

View File

@ -12,12 +12,18 @@
"wsagent/http": {
"port": "4401/tcp",
"protocol": "http",
"path" : "/api"
"path" : "/api",
"attributes": {
"secure": "true"
}
},
"wsagent/ws": {
"port": "4401/tcp",
"protocol": "ws",
"path" : "/wsagent"
"path" : "/wsagent",
"attributes": {
"secure": "true"
}
},
"wsagent-debug": {
"port": "4403/tcp",

View File

@ -12,12 +12,18 @@
"wsagent/http": {
"port": "4401/tcp",
"protocol": "http",
"path" : "/api"
"path" : "/api",
"attributes": {
"secure": "true"
}
},
"wsagent/ws": {
"port": "4401/tcp",
"protocol": "ws",
"path" : "/wsagent"
"path" : "/wsagent",
"attributes": {
"secure": "true"
}
},
"wsagent-debug": {
"port": "4403/tcp",

View File

@ -9,12 +9,18 @@
"wsagent/http": {
"port": "4401/tcp",
"protocol": "http",
"path" : "/api"
"path" : "/api",
"attributes": {
"secure": "true"
}
},
"wsagent/ws": {
"port": "4401/tcp",
"protocol": "ws",
"path" : "/wsagent"
"path" : "/wsagent",
"attributes": {
"secure": "true"
}
},
"wsagent-debug": {
"port": "4403/tcp",