fix(apikey): show api key configuration in mgmt API (#2138)

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2023-12-14 19:54:51 +02:00
committed by GitHub
parent 18aa975ae2
commit cff74578be
5 changed files with 111 additions and 4 deletions
+3
View File
@@ -1308,6 +1308,9 @@ const docTemplate = `{
"extensions.Auth": {
"type": "object",
"properties": {
"apikey": {
"type": "boolean"
},
"bearer": {
"$ref": "#/definitions/extensions.BearerConfig"
},