Enable zot registry auth + wire CI credentials #237

Merged
eblume merged 7 commits from wire-ci-registry-auth into main 2026-02-21 12:20:29 -08:00
Showing only changes of commit 20564db358 - Show all commits

Remove deprecated extensions.apikey from zot config

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 <noreply@anthropic.com>
Erich Blume 2026-02-21 11:08:25 -08:00

View file

@ -76,9 +76,6 @@
},
"ui": {
"enable": true
},
"apikey": {
"enable": true
}
}
}