Initial import of verae-access-authz from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 18:27:15 -04:00
commit 02676c101c
10 changed files with 476 additions and 0 deletions

11
NATS.md Normal file
View file

@ -0,0 +1,11 @@
# NATS — verae-access-authz
| Direction | Address | Kind |
|-----------|---------|------|
| IN | `verae.access.authz.check` | request-reply, queue `access-authz` |
| OUT | `verae.access.authz.deny` | pub on deny (audit) |
Body in: `{ plane, subject, principal, kind, payload }`.
Body out: `{ allow, plane, subject, reason }`.
Fail closed: if this process is down, access gateways must not forward.