Initial import of zapier-user-docs from zapier monorepo
This commit is contained in:
commit
d2df685cc6
16 changed files with 298 additions and 0 deletions
9
12-security.md
Normal file
9
12-security.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 12. Security: what Zapier never sees
|
||||
|
||||
- Zapier **never** connects to NATS, tree nodes, WORM archives, or `api.veraetime.net`.
|
||||
- NS1 `nats-server` stays on **127.0.0.1:4222**. Operators use `scripts/nats-tunnel.sh`; it is not a public bind.
|
||||
- File bytes and private metadata never go on chain. Private metadata is only on authenticated archive replies.
|
||||
- API keys are `x-api-key` / Bearer tokens on HTTPS. Treat them like passwords; regenerating kills old Zaps.
|
||||
- Bloom filters are **not** an access-control list. On a hit, middleware still checks tenant/share before returning private records.
|
||||
|
||||
If a trace (simulator or `DEBUG_VERAE`) ever shows a `zapier-platform-app` hop with a `verae.*` subject, that is a bug — do not push the app.
|
||||
Loading…
Add table
Add a link
Reference in a new issue