You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem\n\nA missing or unreadable manager.conf enables AMI on 0.0.0.0:5038 and injects admin/admin. A present file with no users also injects that credential, and an invalid bind string falls back to the wildcard address.\n\nAMI is not an IETF SIP protocol and has no governing RFC. The security behavior to match is the production stack control plane: disabled unless explicitly configured, password-backed, and loopback-bound by default.\n\n## Expected\n\n- library and CLI defaults are disabled and loopback-bound\n- missing/unreadable config creates no user and no listener\n- enabled=yes without a configured user is forced disabled\n- omitted/invalid bind address cannot expose a wildcard listener\n- no built-in AMI credential exists\n\n## Regression tests\n\nCover defaults, missing and unreadable files, explicit enablement without users, and explicit enablement with a user but omitted bind address.
Problem\n\nA missing or unreadable
manager.confenables AMI on0.0.0.0:5038and injectsadmin/admin. A present file with no users also injects that credential, and an invalid bind string falls back to the wildcard address.\n\nAMI is not an IETF SIP protocol and has no governing RFC. The security behavior to match is the production stack control plane: disabled unless explicitly configured, password-backed, and loopback-bound by default.\n\n## Expected\n\n- library and CLI defaults are disabled and loopback-bound\n- missing/unreadable config creates no user and no listener\n-enabled=yeswithout a configured user is forced disabled\n- omitted/invalid bind address cannot expose a wildcard listener\n- no built-in AMI credential exists\n\n## Regression tests\n\nCover defaults, missing and unreadable files, explicit enablement without users, and explicit enablement with a user but omitted bind address.