Harbor portal proxy 413 on Docker push + palinks postgres NetworkPolicy #381
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Discovered during landscaping-assistant pipeline troubleshooting
Repo
ldraney/pal-e-platform
What Broke
Harbor portal proxy nginx has no
client_max_body_sizedirective, defaulting to 1MB. Kaniko image pushes through the Tailscale funnel fail with 413 Request Entity Too Large. Also palinks namespace missing from postgres NetworkPolicy.Repro Steps
413 Request Entity Too Largefrom nginx/1.27.5Expected Behavior
Image pushes to Harbor should succeed regardless of layer size.
Environment
Acceptance Criteria
client_max_body_size 0set on portal proxy nginxRelated