Appearance
\
Production Safety Boundaries
GWEB uses defense in depth for normal production deployment.
The accepted model includes independent controls such as:
- tenant CLI does not expose normal prod restart/apply/rollback;
- deployment-controller mutation policy excludes prod;
- production environment registry disables normal mutation;
- CI policy disables direct production CI.
The controlled production-promotion path is separate from these normal deployment commands.
This is intentional: failure in one normal-mutation control should not automatically make production writable.