Skip to content

Commit

Permalink
chore: delete all modules related to SSI/MIW
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Mar 29, 2024
1 parent b2ab647 commit 4b96ddc
Show file tree
Hide file tree
Showing 108 changed files with 107 additions and 9,420 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,39 +154,3 @@ jobs:

- name: Run Azure/S3 dataplane tests
run: ./gradlew -p edc-tests/edc-dataplane test -DincludeTags="AzureCosmosDbIntegrationTest,AwsS3IntegrationTest"

miw-integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
- uses: actions/checkout@v4
- name: Starting MIW, Keycloak and Postgres Servers
run: |
cd edc-tests/miw-tests/src/test/resources/docker-environment
docker compose up --wait
- uses: nick-fields/retry@v3
name: Wait for MIW
with:
timeout_minutes: 5
max_attempts: 3
command: |
code=$(curl -IL -sw "%{http_code}" http://localhost:8000/api/actuator/health -o /dev/null)
if [ "$code" -ne "401" ]; then
echo "MIW not ready yet, status = $code"
exit 1;
fi
- name: Seed test data
run: |
docker exec docker-environment-postgres-1 /opt/seed.sh
- name: Run MIW Integration tests
run: |
./gradlew -p edc-tests/miw-tests test -DincludeTags="MiwIntegrationTest"
- name: Run SSI E2E tests
run: |
pwd
./gradlew compileJava compileTestJava
./gradlew -p edc-tests/e2e-tests test -DincludeTags="MiwIntegrationTest"
4 changes: 0 additions & 4 deletions edc-controlplane/edc-controlplane-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ dependencies {

// needed for SSI integration
runtimeOnly(project(":core:json-ld-core"))
runtimeOnly(project(":edc-extensions:ssi:ssi-identity-core"))
runtimeOnly(project(":edc-extensions:ssi:ssi-miw-credential-client"))
runtimeOnly(project(":edc-extensions:ssi:ssi-identity-extractor"))
runtimeOnly(project(":edc-extensions:cx-policy-legacy"))

runtimeOnly(libs.edc.core.connector)
runtimeOnly(libs.edc.core.controlplane)
Expand Down
33 changes: 0 additions & 33 deletions edc-extensions/cx-policy-legacy/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4b96ddc

Please sign in to comment.