feat: allow argocd CLI release assets through the github remote #46

Merged
benvin merged 1 commits from benvin/argocd-cli-remote into main 2026-09-19 16:29:07 +10:00
Member

The github remote proxies release assets by explicit allow-pattern, and argoproj/argo-cd is not listed, so fetches of the argocd CLI return 403 access denied. rpmbuilder needs that asset plus its checksum file to build a vendored argocd package.

  • Allow argoproj/argo-cd/*/argocd-linux-amd64
  • Allow argoproj/argo-cd/*/cli_checksums.txt
The github remote proxies release assets by explicit allow-pattern, and argoproj/argo-cd is not listed, so fetches of the argocd CLI return 403 access denied. rpmbuilder needs that asset plus its checksum file to build a vendored argocd package. - Allow `argoproj/argo-cd/*/argocd-linux-amd64` - Allow `argoproj/argo-cd/*/cli_checksums.txt`
unkin-agent added 1 commit 2026-09-19 16:22:48 +10:00
feat: allow argocd CLI release assets through the github remote
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
f0e63a091e
benvin merged commit f64b553e15 into main 2026-09-19 16:29:07 +10:00
benvin deleted branch benvin/argocd-cli-remote 2026-09-19 16:29:07 +10:00
Sign in to join this conversation.