diff --git a/stacks/muninn-gate/conf/muninn-gate.example.yaml b/stacks/muninn-gate/conf/muninn-gate.example.yaml index 641e887..8d49fbe 100644 --- a/stacks/muninn-gate/conf/muninn-gate.example.yaml +++ b/stacks/muninn-gate/conf/muninn-gate.example.yaml @@ -11,8 +11,10 @@ ingestion_root: /data/state/ingestion # Submit-path allowlist (non-empty; each absolute, existing, a directory). -# Canonicalized at boot. Ratified 2026-07-30. Currently a LOCAL placeholder dir -# on corviduo-dev; becomes the shared mount when mimir-inbox (the writer) lands. +# Canonicalized at boot. Ratified 2026-07-30. Real shared dir as of 2026-08-01 +# (mimir-inbox — the writer — deployed on corviduo-dev:8091): 1000:1000 0755, +# writer rw / gate+watcher ro. Path-agreement probe PASS (muninn-dev, same +# inode+bytes across writer/gate/watcher; admission byte-identity preserving). staging_roots: - /mnt/muninn-staging/mimir-inbox @@ -22,7 +24,7 @@ staging_roots: keys: - name: mimir-inbox key: <64-hex-secret, provisioned by infra-ops> - scopes: [read, submit] + scopes: [read, submit, control] # control added 2026-08-01 for mimir-dev cancel/retry - name: ops-curl key: scopes: [read, submit, control]