Allowlist the iplocate DB patterns (add to patterns, not just mutable_patterns)
The iplocate patterns were added to mutable_patterns only, which tags TTL but does not allowlist — requests 403'd 'access denied'. Verified: existing mutable_patterns-only paths (branch archives, webadmin) also 403, while patterns entries (uv) return 200. Add the iplocate patterns to patterns (the allowlist), keeping them in mutable_patterns so the daily-updated DB stays mutable.
This commit is contained in:
@@ -28,6 +28,10 @@ patterns:
|
||||
- "hadolint/hadolint/.*/hadolint-linux-x86_64$"
|
||||
- "helmfile/helmfile/.*/helmfile_.*_linux_amd64.tar.gz$"
|
||||
- "helmfile/vals/.*/vals_.*_linux_amd64.tar.gz$"
|
||||
# iplocate IP databases (also in mutable_patterns so the daily-updated branch
|
||||
# content is re-checked rather than cached immutably).
|
||||
- "iplocate/ip-address-databases/raw/.*/ip-to-asn/.*"
|
||||
- "iplocate/ip-address-databases/raw/.*/ip-to-country/.*"
|
||||
- "jesseduffield/lazydocker/.*/lazydocker_.*_Linux_x86_64.tar.gz$"
|
||||
- "kubecolor/kubecolor/.*/kubecolor_.*_linux_amd64.tar.gz$"
|
||||
- "kubernetes-sigs/gateway-api/.*/standard-install.yaml$"
|
||||
|
||||
Reference in New Issue
Block a user