Initial import of verae-nats-accounts from zapier monorepo
This commit is contained in:
commit
2923ba70e6
7 changed files with 103 additions and 0 deletions
35
policy.json
Normal file
35
policy.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue