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 5469f833a1 - Show all commits

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

View file

@ -38,7 +38,7 @@
"anonymousPolicy": ["read"],
"defaultPolicy": ["read"]
}
}
},
}
},
"log": {
@ -73,6 +73,9 @@
},
"ui": {
"enable": true
},
"apikey": {
"enable": true
}
}
}