-
Notifications
You must be signed in to change notification settings - Fork 240
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
refactor: extract data-plane-iam module from data-plane-core #4408
refactor: extract data-plane-iam module from data-plane-core #4408
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #4408 +/- ##
==========================================
+ Coverage 71.74% 74.96% +3.22%
==========================================
Files 919 1075 +156
Lines 18457 21467 +3010
Branches 1037 1171 +134
==========================================
+ Hits 13242 16093 +2851
- Misses 4756 4854 +98
- Partials 459 520 +61 ☔ View full report in Codecov by Sentry. |
8c1fc5d
to
fb7f8b3
Compare
This pull request is stale because it has been open for 7 days with no activity. |
.../java/org/eclipse/edc/connector/dataplane/iam/service/DataPlaneAuthorizationServiceImpl.java
Outdated
Show resolved
Hide resolved
94b9f0c
to
d59f606
Compare
091733b
to
2f442a4
Compare
2f442a4
to
9692824
Compare
3aa183a
to
d5e80e3
Compare
d5e80e3
to
a9cb8a9
Compare
What this PR changes/adds
Extract
data-plane-iam
module fromdata-plane-core
Why it does that
modularity: it will permit data-plane runtime to run "only PUSH transfers": without requiring mandatory PULL-related settings.
Further notes
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Linked Issue(s)
Closes #4407
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.