Some checks are pending
offline / test (push) Waiting to run
Fleet/keep/middleware NATS_URL lists 10.10.10.21–23. Product streams are replicas=3. px-worker worm/tree run on that cluster. Backup timer and px-worker uptime watch are on. MOCK_VERAE and Zapier push unchanged.
25 lines
856 B
Text
25 lines
856 B
Text
# Lab accounts sketch. Loopback only. Do not publish 4222.
|
||
# INTERNAL: middleware, account-balance, authz, identity.
|
||
# LEAF: access-leaf and remote leaf nodes — no billing.
|
||
|
||
# Loopback sketch. The live 3-node test cluster is verae-nats-cluster
|
||
# (10.10.10.21–23 on vmbr1) and currently runs without accounts so every
|
||
# existing NATS_URL keeps working. Flip this file onto those guests only
|
||
# after clients use nats://internal:internal-dev@host:4222.
|
||
listen: 127.0.0.1:4222
|
||
http: 127.0.0.1:8222
|
||
jetstream {}
|
||
|
||
accounts {
|
||
INTERNAL {
|
||
users = [ { user: internal, password: internal-dev } ]
|
||
jetstream: enabled
|
||
}
|
||
LEAF {
|
||
users = [ { user: leaf, password: leaf-dev } ]
|
||
exports = []
|
||
imports = []
|
||
}
|
||
}
|
||
# Subject restrictions for LEAF are enforced in policy.json + access-leaf
|
||
# until this nats-server is started with full auth callout.
|