Fix update-kustomize-tag wget auth for private pal-e-platform repo #226
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#226
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
Repo
Cross-repo: pal-e-api, basketball-api, pal-e-app, westside-app (4 repos)
User Story
As the superuser, I need CI pipelines to successfully download update-kustomize-tag.sh from pal-e-platform so that merged code triggers ArgoCD deployments. Currently ALL repos fail with 404 because pal-e-platform is private and wget has no auth header.
Context
The update-kustomize-tag step in .woodpecker.yaml downloads the script via raw URL:
pal-e-platform is private. wget gets 404 (Forgejo masks 401 as 404 for private repos).
Scope
Add auth header to wget in 4 repos:
FORGEJO_TOKEN is already available in the step environment (used for pushing to pal-e-deployments).
File Targets
Constraints
Acceptance Criteria
Checklist
Test Expectations
Related