refactor: update auth setting
This commit is contained in:
parent
053eb8b04a
commit
994b9ced2a
2 changed files with 19 additions and 9 deletions
|
|
@ -7,10 +7,10 @@
|
|||
"specVersion": 3,
|
||||
"securityDefinitions": {
|
||||
"keycloak": {
|
||||
"type": "apiKey",
|
||||
"type": "http",
|
||||
"name": "Authorization",
|
||||
"description": "Keycloak Bearer Token",
|
||||
"in": "header"
|
||||
"scheme": "bearer"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
|
@ -33,7 +33,8 @@
|
|||
{ "name": "Product Type" },
|
||||
{ "name": "Product" },
|
||||
{ "name": "Work" },
|
||||
{ "name": "Service" }
|
||||
{ "name": "Service" },
|
||||
{ "name": "Quotation" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue