From 5469f833a112ab72cdd480f1c0c439c5efeab4c6 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 21 Feb 2026 10:06:04 -0800 Subject: [PATCH] Enable zot apikey extension for key management UI The auth.apikey flag enables *using* API keys but the extensions.apikey section is needed for the UI to show login and key generation options. Co-Authored-By: Claude Opus 4.6 --- ansible/roles/zot/templates/config.json.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 } } }