Some checks are pending
offline / test (push) Waiting to run
Persist account-balance books; edge caches prepaid from books. Add zappier-identity, verae-nats-accounts, verae-jobs-events, verae-access-staff, zapier-decisions. Edge binds loopback; lan-134 stays off; HTTP services prefer local spawn.
35 lines
854 B
JSON
35 lines
854 B
JSON
{
|
|
"accounts": {
|
|
"INTERNAL": {
|
|
"publish": [">"],
|
|
"subscribe": [">"]
|
|
},
|
|
"LEAF": {
|
|
"publish": [
|
|
"verae.access.leaf.in",
|
|
"verae.archive.put",
|
|
"verae.archive.query",
|
|
"verae.archive.reply.*",
|
|
"verae.zapier.jobs.watch",
|
|
"verae.zapier.jobs.events",
|
|
"verae.zapier.webhooks.deliver"
|
|
],
|
|
"subscribe": [
|
|
"verae.access.leaf.in",
|
|
"verae.archive.>",
|
|
"verae.zapier.jobs.>",
|
|
"verae.zapier.webhooks.deliver"
|
|
],
|
|
"deny_publish": ["verae.billing.>", "verae.access.authz.>"],
|
|
"deny_subscribe": ["verae.billing.>"]
|
|
}
|
|
},
|
|
"leafAllow": [
|
|
"verae.archive.put",
|
|
"verae.archive.query",
|
|
"verae.archive.reply.",
|
|
"verae.zapier.jobs.watch",
|
|
"verae.zapier.jobs.events",
|
|
"verae.zapier.webhooks.deliver"
|
|
]
|
|
}
|