Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
155f2817c8
54 changed files with 3509 additions and 0 deletions
27
services/access-leaf.json
Normal file
27
services/access-leaf.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"id": "access-leaf",
|
||||
"title": "Server-to-server NATS leaf access",
|
||||
"kind": "http",
|
||||
"package": "verae-access-leaf",
|
||||
"role": "access-leaf",
|
||||
"managed": true,
|
||||
"runtime": "HTTP :3023 + NATS verae.access.leaf.in",
|
||||
"health": { "type": "http", "path": "/health", "timeoutMs": 2000 },
|
||||
"ports": { "healthBase": 3023 },
|
||||
"spawn": {
|
||||
"cwd": "../verae-access-leaf",
|
||||
"command": "node",
|
||||
"args": ["src/server.js"]
|
||||
},
|
||||
"env": {
|
||||
"PORT": "3023",
|
||||
"AUTHZ_URL": "http://127.0.0.1:3020",
|
||||
"LEAF_TOKEN": "leaf-dev-token",
|
||||
"NATS_POLICY_PATH": "../verae-nats-accounts/policy.json",
|
||||
"NATS_URL": "nats://127.0.0.1:4222"
|
||||
},
|
||||
"nats": {
|
||||
"in": ["verae.access.leaf.in"],
|
||||
"out": ["verae.access.authz.check", "verae.archive.put", "verae.archive.query"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue