-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feat/Register DTR at EDC #247
Feat/Register DTR at EDC #247
Conversation
@@ -177,6 +198,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-supplier: |
Check warning
Code scanning / KICS
Healthcheck Not Set Warning
@@ -68,6 +68,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-customer: |
Check warning
Code scanning / KICS
Healthcheck Not Set Warning
@@ -177,6 +198,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-supplier: |
Check warning
Code scanning / KICS
Host Namespace is Shared Warning
@@ -68,6 +68,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-customer: |
Check warning
Code scanning / KICS
Host Namespace is Shared Warning
@@ -177,6 +198,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-supplier: |
Check warning
Code scanning / KICS
Memory Not Limited Warning
@@ -68,6 +68,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-customer: |
Check warning
Code scanning / KICS
Security Opt Not Set Warning
@@ -177,6 +198,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-supplier: |
Check notice
Code scanning / KICS
Container Capabilities Unrestricted Note
@@ -68,6 +68,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-customer: |
Check notice
Code scanning / KICS
Container Capabilities Unrestricted Note
@@ -68,6 +68,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-customer: |
Check notice
Code scanning / KICS
Cpus Not Limited Note
@@ -177,6 +198,25 @@ | |||
extra_hosts: | |||
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine | |||
|
|||
dtr-supplier: |
Check notice
Code scanning / KICS
Cpus Not Limited Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides some minor change requests, great job!
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Outdated
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Outdated
Show resolved
Hide resolved
...main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/service/EdcAdapterService.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay for me, since the security findings aren't so relevant for a local setup that shouldn't be used in a productive environment.
added DTR containers to local setup for customer and supplier
added registration procedure for DTR asset at backend startup
added contractdefinition registration per partner for DTR asset, solving Register DTR at EDC #182
some minor cleanup in EdcAdapterService
DEPENDENCIES are up-to-date. Dash license tool. Committers can open IP issues for restricted libs.
Copyright and license header are present on all affected files