-
-
Notifications
You must be signed in to change notification settings - Fork 8
[Infrastructure] Ingress 4GB body size limit & infinite wait in install script #419
Copy link
Copy link
Open
Labels
P2-mediumCode quality & robustnessCode quality & robustnessaudit-2026-03From March 2026 codebase auditFrom March 2026 codebase auditconfigConfiguration or environment issueConfiguration or environment issueservice:infrastructure5stackgg/5stack-panel infrastructure5stackgg/5stack-panel infrastructure
Description
Summary
Ingress allows excessively large uploads and install script can hang.
Findings
- api/ingress.yaml — proxy-body-size: 4G. Demos endpoint unlimited (0).
- install_ingress_nginx.sh — fixed 60s wait with no max retry. Infinite loop possible.
Impact
Resource exhaustion from large uploads. Install script hangs forever.
Suggested Fix
Set reasonable limits (100M default, 2G demos). Add max retry counter to wait loop.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2-mediumCode quality & robustnessCode quality & robustnessaudit-2026-03From March 2026 codebase auditFrom March 2026 codebase auditconfigConfiguration or environment issueConfiguration or environment issueservice:infrastructure5stackgg/5stack-panel infrastructure5stackgg/5stack-panel infrastructure
Type
Projects
Status
Backlog