mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
fix(apikey): show api key configuration in mgmt API (#2138)
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -1308,6 +1308,9 @@ const docTemplate = `{
|
||||
"extensions.Auth": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"apikey": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"bearer": {
|
||||
"$ref": "#/definitions/extensions.BearerConfig"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user