dd48e7a8e045cc4c67fdd8e1f692a9bd32229455
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.
terraform-artifactapi
Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.
Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the
filename is the repository name. make plan / make apply (via Terragrunt) reconcile
them against the ArtifactAPI instance.
Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted
directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual
(merged views over members of one package type).
Description
Languages
HCL
91.7%
Makefile
8.3%