Allow anonymous access to zot /metrics endpoint
Add accessControl.metrics.users with empty string to allow unauthenticated Prometheus/Alloy scraping. Zot represents anonymous users with an empty username internally. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ff63679efb
commit
8775c3841a
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
|||
"apikey": true
|
||||
},
|
||||
"accessControl": {
|
||||
"metrics": {
|
||||
"users": [""]
|
||||
},
|
||||
"repositories": {
|
||||
"**": {
|
||||
"policies": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue