Skip to content

[Infrastructure] Ingress 4GB body size limit & infinite wait in install script #419

@Flegma

Description

@Flegma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2-mediumCode quality & robustnessaudit-2026-03From March 2026 codebase auditconfigConfiguration or environment issueservice:infrastructure5stackgg/5stack-panel infrastructure

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions