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).
11 lines
266 B
JSON
11 lines
266 B
JSON
{
|
|
"name": "verae-access-zapier",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Zapier Platform access plane (HTTPS only, no portal)",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "node --test test/*.test.js"
|
|
}
|
|
}
|