diff --git a/ansible/roles/zot/templates/config.json.j2 b/ansible/roles/zot/templates/config.json.j2 index 352d012..b2fb272 100644 --- a/ansible/roles/zot/templates/config.json.j2 +++ b/ansible/roles/zot/templates/config.json.j2 @@ -38,7 +38,7 @@ "anonymousPolicy": ["read"], "defaultPolicy": ["read"] } - } + }, } }, "log": { @@ -73,6 +73,9 @@ }, "ui": { "enable": true + }, + "apikey": { + "enable": true } } }