Skip to content

Commit

Permalink
feat: secure FC api in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Jul 29, 2024
1 parent 4b3f0d7 commit 56cec3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ public Map<String, String> getConfiguration() {
put("web.http.control.path", controlPlaneControl.getPath());
put("web.http.catalog.port", String.valueOf(federatedCatalog.getUrl().getPort()));
put("web.http.catalog.path", federatedCatalog.getUrl().getPath());
put("web.http.catalog.auth.type", "tokenbased");
put("web.http.catalog.auth.key", MANAGEMENT_API_KEY);
put("edc.dsp.callback.address", protocolEndpoint.getUrl().toString());
put("edc.api.auth.key", MANAGEMENT_API_KEY);
put("web.http.public.path", "/api/public");
Expand Down

0 comments on commit 56cec3a

Please sign in to comment.