Some checks are pending
offline / test (push) Waiting to run
Zapier is one ingress. Direct web, customer API, and S2S leaf nodes are their own services. Every hop to an internal subject must pass verae.access.authz.check (default deny by plane).
14 lines
303 B
JSON
14 lines
303 B
JSON
{
|
|
"name": "verae-access-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Direct customer web access plane (not Zapier)",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "node --test test/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"nats": "^2.28.2"
|
|
}
|
|
}
|