Mark exec-agent, terminal, wsmaster servers secure
parent
efaef7e0d1
commit
e142d372fd
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@
|
|||
"terminal": {
|
||||
"port": "4411/tcp",
|
||||
"protocol": "ws",
|
||||
"path" : "/pty"
|
||||
"path" : "/pty",
|
||||
"attributes": {
|
||||
"secure": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@
|
|||
"terminal": {
|
||||
"port": "4411/tcp",
|
||||
"protocol": "ws",
|
||||
"path" : "/pty"
|
||||
"path" : "/pty",
|
||||
"attributes": {
|
||||
"secure": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue