eclipse-edc/MinimumViableDataspace

System Test appconfig has wrong management API URL configuration key

Barium opened this issue · 5 comments

Barium commented

It seems that the configuration for the companies in the resources folder, have not been updated to reflect the changes in the DataDashboard: eclipse-edc/DataDashboard@550f6d0

https://github.com/eclipse-edc/MinimumViableDataspace/blame/85311e57bdfb62a99cf7d2743fd328ea116bb2b6/system-tests/resources/appconfig/company1/app.config.json#L3

Basically the configuration key: "dataManagementApiUrl" should be renamed to "managementApiUrl" to reflect the changes in DataDashboard.

Is:

{
  "apiKey": "ApiKeyDefaultValue",
  "dataManagementApiUrl": "http://localhost:9192/api/management",
  "storageAccount": "company2assets",
  "storageExplorerLinkTemplate": "storageexplorer://v=1",
  "theme": "theme-2"
}

Should probably be:

{
  "apiKey": "ApiKeyDefaultValue",
  "managementApiUrl": "http://localhost:9192/api/management",
  "storageAccount": "company2assets",
  "storageExplorerLinkTemplate": "storageexplorer://v=1",
  "theme": "theme-2"
}

Already addressed by #180

This issue is stale because it has been open for 14 days with no activity.

This issue is stale because it has been open for 28 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.

This issue was closed because it has been inactive for 7 days since being marked as stale.