feat(device-plane): add canonical Device Manager runtime
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"schemaVersion": "nodedc.platform.device-core-hub-trust.v1",
|
||||
"action": "activate",
|
||||
"serviceSlug": "device-core",
|
||||
"launcherCredential": "runner-managed-file",
|
||||
"credentialScope": [
|
||||
"handoff.consume",
|
||||
"session.validate"
|
||||
],
|
||||
"publicRoute": "unchanged"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"schemaVersion": "nodedc.platform.device-manager-public-route.v1",
|
||||
"action": "activate",
|
||||
"hostname": "device.nodedc.ru",
|
||||
"upstream": "device-manager:18122",
|
||||
"transport": "reverse-proxy",
|
||||
"rawTcpIngress": "forbidden"
|
||||
}
|
||||
Reference in New Issue
Block a user