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
333 B
JSON
14 lines
333 B
JSON
{
|
|
"name": "verae-access-authz",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "NATS authorization step for access planes (web, api, zapier, leaf, staff)",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "node --test test/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"nats": "^2.28.2"
|
|
}
|
|
}
|