From ae298d9712efedc8c95fdc472f5ef61ffe7270e2 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 1 Dec 2019 16:57:59 +0100 Subject: [PATCH] new: [docker-registry-auth] allow usage of acl rules for public access. Signed-off-by: Valentin Lab --- docker-registry-auth/lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-registry-auth/lib/common b/docker-registry-auth/lib/common index 90dc3c0..a9066e1 100644 --- a/docker-registry-auth/lib/common +++ b/docker-registry-auth/lib/common @@ -39,7 +39,7 @@ make_users_config() { bcrypt=$(e "$password" | htpasswd -niB "$user" | cut -f 2 -d ":") echo " password: \"$bcrypt\"" done < <(e "$users_charm_cfg" | shyaml key-values-0) - + echo " \"\": {}" ## Allow anonymous }