Skip to content

feat(DataPlaneConsumerProxy): adds support for data plane provider url#643

Merged
wolf4ood merged 2 commits intoeclipse-tractusx:mainfrom
wolf4ood:feat/625_dataplane_provider_forward
Jul 31, 2023
Merged

feat(DataPlaneConsumerProxy): adds support for data plane provider url#643
wolf4ood merged 2 commits intoeclipse-tractusx:mainfrom
wolf4ood:feat/625_dataplane_provider_forward

Conversation

@wolf4ood
Copy link
Copy Markdown
Contributor

@wolf4ood wolf4ood commented Jul 21, 2023

WHAT

The endpointUrl in RequestAsset can now be omitted and the Edr#endpointUrl will be used.

In this scenario additional properties can be used for enriching the asset request.

  • pathSegments
  • queryParameters

Which they will be used for composing the final asset request to the provider dataplane

WHY

For use case where the asset endpointUrl is not known

Further notes

Also in this PR the APIs under proxy are now protected with the token based authentication

Closes #625

@wolf4ood wolf4ood force-pushed the feat/625_dataplane_provider_forward branch 4 times, most recently from bddacfc to 15d479f Compare July 21, 2023 15:04
@wolf4ood wolf4ood marked this pull request as ready for review July 21, 2023 15:12
@wolf4ood wolf4ood force-pushed the feat/625_dataplane_provider_forward branch from 15d479f to 32cfbec Compare July 31, 2023 09:22
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wolf4ood wolf4ood merged commit 981bd77 into eclipse-tractusx:main Jul 31, 2023
@wolf4ood wolf4ood deleted the feat/625_dataplane_provider_forward branch July 31, 2023 13:52
RoseMgbii-b pushed a commit to RoseMgbii-b/tractusx-edc that referenced this pull request Mar 5, 2026
eclipse-tractusx#643)

* feat(DataPlaneConsumerProxy): adds support for data plane provider url from EDR and path segments and query params

* add token based auth on data plane consumer proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Merged

Development

Successfully merging this pull request may close these issues.

Consumer Proxy: Support forward to provider dataplane

2 participants