From 20564db3587001e0e17887a517b26cfbdc11c1b2 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 21 Feb 2026 11:08:25 -0800 Subject: [PATCH] Remove deprecated extensions.apikey from zot config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The apikey extension was deprecated in zot v2.1.13 — API key management is now configured under http.auth.apikey, which was already set. Co-Authored-By: Claude Opus 4.6 --- ansible/roles/zot/templates/config.json.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/roles/zot/templates/config.json.j2 b/ansible/roles/zot/templates/config.json.j2 index ea02a2e..1090554 100644 --- a/ansible/roles/zot/templates/config.json.j2 +++ b/ansible/roles/zot/templates/config.json.j2 @@ -76,9 +76,6 @@ }, "ui": { "enable": true - }, - "apikey": { - "enable": true } } }