Skip to content

Commit

Permalink
Add missing apiKeyIdentifierType config to mistral-add-props.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Oct 11, 2024
1 parent cf84e61 commit 4a9d3ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"type": "apikey",
"apiKeyIdentifier": "Authorization",
"apiKeyValue": "Bearer 123",
"apiKeyIdentifierType": "HEADER",
"username": "",
"password": "",
"grantType": "",
Expand All @@ -25,6 +26,7 @@
"type": "apikey",
"apiKeyIdentifier": "Authorization",
"apiKeyValue": "123",
"apiKeyIdentifierType": "HEADER",
"username": "",
"password": null,
"grantType": "",
Expand Down

0 comments on commit 4a9d3ea

Please sign in to comment.