ghcr: allowlist oauth2-proxy for the arrproxy sidecar #34

Merged
benvin merged 1 commits from benvin/oauth2-proxy-image into main 2026-08-16 17:37:11 +10:00
Member

The arrproxy deploy adds an oauth2-proxy sidecar whose image comes from ghcr.io/oauth2-proxy/oauth2-proxy, but the artifactapi ghcr remote allowlist does not yet permit that org prefix, so pulls through artifactapi.k8s.syd1.au.unkin.net/ghcr/oauth2-proxy/oauth2-proxy 403.

Change:

  • Add "^oauth2-proxy/" to config/remote_docker/ghcr.yaml patterns (alphabetical, between netbox-community and onedr0p), matching the quoted/anchored org-prefix style used for valkey-io and k8up-io.

Deploy path once merged+applied: artifactapi.k8s.syd1.au.unkin.net/ghcr/oauth2-proxy/oauth2-proxy: (upstream latest v7.15.3). Must merge+apply before the arrproxy argocd deploy can pull the sidecar.

The arrproxy deploy adds an oauth2-proxy sidecar whose image comes from ghcr.io/oauth2-proxy/oauth2-proxy, but the artifactapi ghcr remote allowlist does not yet permit that org prefix, so pulls through artifactapi.k8s.syd1.au.unkin.net/ghcr/oauth2-proxy/oauth2-proxy 403. Change: - Add "^oauth2-proxy/" to config/remote_docker/ghcr.yaml patterns (alphabetical, between netbox-community and onedr0p), matching the quoted/anchored org-prefix style used for valkey-io and k8up-io. Deploy path once merged+applied: artifactapi.k8s.syd1.au.unkin.net/ghcr/oauth2-proxy/oauth2-proxy:<tag> (upstream latest v7.15.3). Must merge+apply before the arrproxy argocd deploy can pull the sidecar.
unkin-agent added 1 commit 2026-08-16 16:26:04 +10:00
ghcr: allowlist oauth2-proxy for the arrproxy sidecar
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
f68de9283b
benvin merged commit 8ddfc99e00 into main 2026-08-16 17:37:11 +10:00
benvin deleted branch benvin/oauth2-proxy-image 2026-08-16 17:37:12 +10:00
Sign in to join this conversation.