diff --git a/coreos-config/plays/services/registry/auth_config.yaml b/coreos-config/plays/services/registry/auth_config.yaml index 15d426d..f412de3 100644 --- a/coreos-config/plays/services/registry/auth_config.yaml +++ b/coreos-config/plays/services/registry/auth_config.yaml @@ -34,3 +34,6 @@ acl: - match: {account: "", name: "public/*"} actions: ["pull"] comment: "Allow everyone to pull public/" + - match: {account: "", name: "git"} + actions: ["pull"] + comment: "Allow everyone to pull the git image"