mirror of
https://scm.tikali.ai/tikali/applications/monky/monky-deployd.git
synced 2026-09-18 05:36:15 +00:00
fix: accept sites fmt|cbs|pdx|roam (tenancy 0.7.x) and keep the identity read grant alive across tunneller rewrites — 0.1.10
deployd#3 (DD-0620): every kit for a backend registered since 2026-09-08 died at `--site`. env-dev-08 (2026-09-11..13): two days of "identity is not readable" ticks — ziti-edge-tunnel re-creates the file with mode 0600, the ACL mask goes to ---, group membership stops helping. identity-acl.sh + monky-deployd-identity-acl.path re-apply the grant on every directory change. Doc-Drift: DD-0620 fixed Closes #3 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ASnneBmT7rfaJLE8NGNw7S
This commit is contained in:
@@ -15,7 +15,9 @@ from pathlib import Path
|
||||
DEFAULT_CONFIG_PATH = "/etc/monky-deployd/config.yaml"
|
||||
TRANSPORTS = ("sdk", "proxy", "system")
|
||||
ENV_ID_RE = re.compile(r"^env-(dev|qa|stage|prod)-[0-9]{2,3}$|^(dev-env-2|prod-cedar)$")
|
||||
SITES = ("cbs", "pdx")
|
||||
# tenancy 0.7.x issues `fmt | pdx | roam` (doc 24 §1.4a); `cbs` is the deprecated alias of `fmt`
|
||||
# that every row registered before 2026-09-08 still carries. Keep the two sets in step (deployd#3).
|
||||
SITES = ("fmt", "cbs", "pdx", "roam")
|
||||
|
||||
|
||||
class ConfigError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user