Initial import of verae-access-authz from zapier monorepo
This commit is contained in:
commit
02676c101c
10 changed files with 476 additions and 0 deletions
11
NATS.md
Normal file
11
NATS.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue