Commit 7847627
authored
fix: disable bwrap sandboxing on codegen service (Fargate workaround) (#116)
ECS Fargate doesn't support unprivileged user namespaces which bwrap requires.
This caused /api/v1/loader/html/* endpoints to return empty HTML.
DISABLE_BWRAP=1 bypasses the bubblewrap sandbox. This is a temporary fix
until the codegen service is migrated to EC2 launch type with user namespaces enabled.1 parent 57eb5dc commit 7847627
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments