Skip to content

Commit

Permalink
Merge pull request #1266 from solliancenet/skm-18329-2
Browse files Browse the repository at this point in the history
Minor Corrections to API Resource Provider Files
  • Loading branch information
ciprianjichici authored Jul 24, 2024
2 parents 706850c + f6bac1e commit 9dbf36a
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ GatewayAPI.json
LangChainAPI.json
OrchestrationAPI.json
SemanticKernelAPI.json
VectorizationAPI.json
VectorizationAPI.json
VectorizationWorker.json
StateAPI.json
GatewayAdapterAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters":{
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:GatekeeperAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_GATEKEEPER_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters":{
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:GatekeeperIntegrationAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_GATEKEEPER_INTEGRATION_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters":{
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:GatewayAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_GATEWAY_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters": {
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:GatewayAdapterAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_GATEWAY_ADAPTER_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters":{
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:LangChainAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_LANGCHAIN_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters": {
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:OrchestrationAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_ORCHESTRATION_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters": {
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:SemanticKernelAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_SEMANTIC_KERNEL_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters": {
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:StateAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_STATE_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authentication_type": "APIKey",
"authentication_parameters": {
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:VectorizationAPI:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_VECTORIZATION_API_ENDPOINT_URL}",
"url_exceptions": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"authentication_type": "APIKey",
"authentication_parameters": {
"api_key_configuration_name": "FoundationaLLM:APIEndpoints:VectorizationWorker:APIKey",
"api_key_header_name": "Bearer"
"api_key_header_name": "X-API-KEY"
},
"url": "${env:SERVICE_VECTORIZATION_WORKER_ENDPOINT_URL}",
"url": "${env:SERVICE_VECTORIZATION_JOB_ENDPOINT_URL}",
"url_exceptions": [],
"timeout_seconds": 60,
"retry_strategy_name": "ExponentialBackoff",
Expand Down

0 comments on commit 9dbf36a

Please sign in to comment.