eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
51 stars 160 forks source link

feat: creates All-In-One runtimes for use with IntelliJ #286

Closed paullatzelsperger closed 2 months ago

paullatzelsperger commented 2 months ago

What this PR changes/adds

Adds a new launcher config, that embeds both controlplane and dataplane. The included IntelliJ runtime configs use that instead of separate java processes, just to keep things simple.

In addition, I externalized the runtime config into *.env files (located in deployment/assets/env) to make it easier maintainable.

Why it does that

feature parity with the K8S deployment

Further notes

this new runtime does not come with a Dockerfile, because it is not intended to be used with K8S

Linked Issue(s)

Closes #283

_Please be sure to take a look at the contributing guidelines and our etiquette for pull requests._