Separate Zapier, web, API, and leaf access planes with NATS authz
Some checks are pending
offline / test (push) Waiting to run
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:
parent
ac38676645
commit
1b199ca4d4
117 changed files with 2640 additions and 105 deletions
13
docs/sphinx/repos/verae-access-leaf.md
Normal file
13
docs/sphinx/repos/verae-access-leaf.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# verae-access-leaf
|
||||
|
||||
**Server-to-server leaf node** access plane. Remote machines connect as NATS leaf nodes (or POST `/forward` with a leaf token). They never get the core billing subjects.
|
||||
|
||||
**Forgejo:** https://git.georgelambert.org/marchon/verae-access-leaf
|
||||
|
||||
```text
|
||||
remote leaf → verae.access.leaf.in → authz.check → verae.archive.put | jobs.*
|
||||
```
|
||||
|
||||
Denied: `verae.billing.balance.adjust`, `verae.billing.statement.get`. A compromised WORM/leaf cannot credit customers.
|
||||
|
||||
`LEAF_TOKEN` required. Port `:3023`. Do not publish NATS `4222` to the internet; leaf nodes use a private leafnode port / tunnel.
|
||||
Loading…
Add table
Add a link
Reference in a new issue