Skip to content

Commit

Permalink
chore: enable token based on testing distro
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 12, 2024
1 parent 19cec4d commit 7814f46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ web.http.protocol.port=9194
web.http.protocol.path=/protocol

edc.api.control.auth.apikey.value=123456

edc.api.auth.key=123456
edc.receiver.http.endpoint=http://host.docker.internal:19999

edc.public.key.alias=public-key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ web.http.protocol.path=/protocol
edc.api.control.auth.apikey.value=123456

edc.receiver.http.endpoint=http://host.docker.internal:19999
edc.api.auth.key=123456

edc.public.key.alias=public-key

Expand Down
1 change: 1 addition & 0 deletions testing/connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {
implementation(libs.edc.data.plane.core)
implementation(libs.edc.data.plane.http)
implementation(libs.edc.data.plane.iam)
implementation(libs.edc.auth.tokenbased)
}

application {
Expand Down
1 change: 1 addition & 0 deletions testing/connector/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ edc-data-plane-self-registration = { module = "org.eclipse.edc:data-plane-self-r
edc-data-plane-core = { module = "org.eclipse.edc:data-plane-core", version.ref = "edc" }
edc-data-plane-http = { module = "org.eclipse.edc:data-plane-http", version.ref = "edc" }
edc-data-plane-iam = { module = "org.eclipse.edc:data-plane-iam", version.ref = "edc" }
edc-auth-tokenbased= { module = "org.eclipse.edc:auth-tokenbased", version.ref = "edc" }

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
Expand Down

0 comments on commit 7814f46

Please sign in to comment.