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

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

Merged

Conversation

wolf4ood
Copy link
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

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
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