diff --git a/connector/README.md b/connector/README.md index 08b1c096..d121b95d 100644 --- a/connector/README.md +++ b/connector/README.md @@ -24,10 +24,6 @@ Just check the `Configuration` section of the example [readme](../example/README Open the `resources/config.properties` file and insert the key and the secret of your IONOS S3 storage and the token. -Replace the `resources/keystore.p12` with the one generated from the EDC. - -Change the value of `EDC_KEYSTORE_PASSWORD` in docker-compose.yml with the password for the keystore. - ## Building and running the docker ```bash diff --git a/connector/build.gradle.kts b/connector/build.gradle.kts index f1482055..ecb85062 100644 --- a/connector/build.gradle.kts +++ b/connector/build.gradle.kts @@ -66,11 +66,7 @@ dependencies { implementation("${edcGroup}:iam-mock:${edcVersion}") - implementation(project(":edc-ionos-extension:vault-hashicorp")) - implementation("${edcGroup}:vault-filesystem:${edcVersion}") - - implementation("${edcGroup}:oauth2-service:${edcVersion}") - implementation("${edcGroup}:oauth2-daps:${edcVersion}") + implementation("${edcGroup}:vault-hashicorp:${edcVersion}") //Ionos Extension implementation(project(":edc-ionos-extension:provision-ionos-s3")) diff --git a/connector/connector.env b/connector/connector.env deleted file mode 100644 index c808e467..00000000 --- a/connector/connector.env +++ /dev/null @@ -1,4 +0,0 @@ -EDC_FS_CONFIG=/config/config.properties -EDC_VAULT=/config/config.properties -EDC_KEYSTORE=/config/keystore.p12 -EDC_KEYSTORE_PASSWORD= diff --git a/connector/docker-compose.yml b/connector/docker-compose.yml index d564188b..e85fa2e9 100644 --- a/connector/docker-compose.yml +++ b/connector/docker-compose.yml @@ -8,7 +8,4 @@ services: - "8182:8182" - "8282:8282" environment: - EDC_FS_CONFIG: /resources/config.properties - EDC_VAULT: /resources/config.properties - EDC_KEYSTORE: /resources/keystore.p12 - EDC_KEYSTORE_PASSWORD: + EDC_FS_CONFIG: /resources/config.properties \ No newline at end of file diff --git a/connector/resources/config.properties b/connector/resources/config.properties index c604c600..31ae964c 100644 --- a/connector/resources/config.properties +++ b/connector/resources/config.properties @@ -17,10 +17,3 @@ edc.ionos.secret.key= edc.ionos.endpoint = edc.ionos.token = ids.webhook.address=http://localhost:9292 - -edc.oauth.token.url=http://localhost/auth/token -edc.oauth.client.id= -edc.oauth.provider.audience=idsc:IDS_CONNECTORS_ALL -edc.oauth.provider.jwks.url=http://localhost/auth/jwks.json -edc.oauth.certificate.alias=1 -edc.oauth.private.key.alias=1 diff --git a/connector/resources/keystore.p12 b/connector/resources/keystore.p12 deleted file mode 100644 index e69de29b..00000000