Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove daps from the connector #15

Merged
merged 3 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down
4 changes: 0 additions & 4 deletions connector/connector.env

This file was deleted.

5 changes: 1 addition & 4 deletions connector/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <keystore-password>
EDC_FS_CONFIG: /resources/config.properties
7 changes: 0 additions & 7 deletions connector/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ edc.ionos.secret.key=<YOUR S3 KEY SECRET>
edc.ionos.endpoint = <IONOS-ENDPOINT>
edc.ionos.token = <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
Empty file removed connector/resources/keystore.p12
Empty file.