Separate Zapier, web, API, and leaf access planes with NATS authz
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).
This commit is contained in:
George Lambert 2026-09-11 16:05:05 -04:00
parent ac38676645
commit 1b199ca4d4
117 changed files with 2640 additions and 105 deletions

View file

@ -28,6 +28,11 @@ Markdown indexes: https://zapier.georgelambert.org/index-md.html
repos/zappier-customer-service
repos/zappier-sales-pricing
repos/zappier-accounting-export
repos/verae-access-authz
repos/verae-access-web
repos/verae-access-api
repos/verae-access-leaf
repos/verae-access-zapier
.. toctree::
:maxdepth: 2
@ -157,3 +162,12 @@ Markdown indexes: https://zapier.georgelambert.org/index-md.html
modules/zappier-sales-pricing/server
modules/zappier-accounting-export/nats-billing
modules/zappier-accounting-export/server
modules/verae-access-authz/client
modules/verae-access-authz/policy
modules/verae-access-authz/server
modules/verae-access-authz/subjects
modules/verae-access-web/gate
modules/verae-access-web/server
modules/verae-access-api/server
modules/verae-access-leaf/server
modules/verae-access-zapier/server