Allow westside-contracts namespace ingress to MinIO #149
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
forgejo_admin/pal-e-platform#149
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
Feature
Lineage
plan-pal-e-platform→ discovered scope from westside-contracts deployRepo
forgejo_admin/pal-e-platformUser Story
As the westside-contracts service
I want to upload signature images to MinIO
So that signed contracts have their drawn signatures stored as assets
Context
westside-contracts (namespace:
westside-contracts) uploads drawn signature PNGs to MinIO during contract signing. The MinIO NetworkPolicy (default-deny-ingressin namespaceminio) blocks ingress fromwestside-contracts— connection refused on port 9000.Current allow list: tailscale, postgres, woodpecker, monitoring, tofu-state, pal-e-mail. Same pattern as pal-e-mail PR #132 which added
pal-e-mailto this list.File Targets
terraform/network-policies.tf— addwestside-contractsto MinIO ingress allow listFiles NOT to touch:
Acceptance Criteria
tofu plan -lock=falseshows only the NetworkPolicy changeTest Expectations
kubectl exec -n westside-contracts deploy/westside-contracts -- wget -q -O /dev/null http://minio.minio.svc.cluster.local:9000/minio/health/livereturns 0tofu plan -lock=falseConstraints
Checklist
Related
project-pal-e-platform