quay remote: allowlist oauth2-proxy images #35
Reference in New Issue
Block a user
Delete Branch "benvin/quay-oauth2-proxy"
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?
Adds the
^oauth2-proxy/pattern to the quay.io remote (config/remote_docker/quay.yaml) so the artifactapi caching proxy will servequay.io/oauth2-proxy/oauth2-proxy.Why
The arrproxy oauth2-proxy sidecar is being repointed to the real upstream address
quay.io/oauth2-proxy/oauth2-proxy:v7.15.3(argocd-apps PR), relying on the rke2registries.yamlmirror that rewritesquay.io->artifactapi.k8s.syd1.au.unkin.net/quay. The quay remote currently only allowlists argoproj / brancz / cephcsi / jetstack, sooauth2-proxy/*would be rejected by the proxy without this pattern.Change
- "^oauth2-proxy/"topatterns.Merge order
Apply this before the argocd-apps image repoint is merged, otherwise the sidecar cannot pull.