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>
This commit is contained in:
Erich Blume 2026-02-21 10:06:04 -08:00
commit 5469f833a1

View file

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