diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d1775cb0..70292cb8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ format.version = "1.1" [versions] assertj = "3.26.3" awaitility = "4.2.2" -edc = "0.7.1" +edc = "0.8.1" jakarta-json = "2.0.1" junit-pioneer = "2.2.0" jupiter = "5.10.3" diff --git a/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties b/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties index a357378a..5c40d217 100644 --- a/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties +++ b/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties @@ -7,6 +7,8 @@ web.http.protocol.path=/protocol web.http.control.port=18183 web.http.control.path=/control edc.dsp.callback.address=http://localhost:18182/protocol +edc.transfer.proxy.token.signer.privatekey.alias=private-key +edc.transfer.proxy.token.verifier.publickey.alias=public-key edc.participant.id=provider edc.ids.id=urn:connector:provider edc.dataplane.http.sink.partition.size=1 diff --git a/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties b/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties index a357378a..5c40d217 100644 --- a/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties +++ b/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties @@ -7,6 +7,8 @@ web.http.protocol.path=/protocol web.http.control.port=18183 web.http.control.path=/control edc.dsp.callback.address=http://localhost:18182/protocol +edc.transfer.proxy.token.signer.privatekey.alias=private-key +edc.transfer.proxy.token.verifier.publickey.alias=public-key edc.participant.id=provider edc.ids.id=urn:connector:provider edc.dataplane.http.sink.partition.size=1 diff --git a/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties b/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties index a06dcb9f..b92f04b4 100644 --- a/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties +++ b/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties @@ -7,6 +7,8 @@ web.http.protocol.path=/protocol web.http.control.port=18183 web.http.control.path=/control edc.dsp.callback.address=http://localhost:18182/protocol +edc.transfer.proxy.token.signer.privatekey.alias=private-key +edc.transfer.proxy.token.verifier.publickey.alias=public-key edc.participant.id=provider edc.ids.id=urn:connector:provider edc.dataplane.http.sink.partition.size=1