-
Notifications
You must be signed in to change notification settings - Fork 66
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
Introduce Resource Sharing Policy Management Component #416
Introduce Resource Sharing Policy Management Component #416
Conversation
…licy record and shared resource attributes by resource sharing policy id
… attributes rather than deleting it from record id since that way of deletion is not currently needed.
… attributes rather than deleting it from record id since that way of deletion is not currently needed - Part 2.
…yManagement component
components/org.wso2.carbon.identity.organization.resource.sharing.policy.management/pom.xml
Show resolved
Hide resolved
components/org.wso2.carbon.identity.organization.resource.sharing.policy.management/pom.xml
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #416 +/- ##
============================================
+ Coverage 47.14% 49.33% +2.19%
- Complexity 1074 1170 +96
============================================
Files 125 128 +3
Lines 7021 7270 +249
Branches 849 858 +9
============================================
+ Hits 3310 3587 +277
+ Misses 3403 3378 -25
+ Partials 308 305 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…pply the required validations.
…olicy code in to a more intuitive manner.
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
...organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerServiceImpl.java
Outdated
Show resolved
Hide resolved
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
...organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerServiceImpl.java
Outdated
Show resolved
Hide resolved
...bon/identity/organization/resource/sharing/policy/management/constant/OrganizationScope.java
Show resolved
Hide resolved
...2/carbon/identity/organization/resource/sharing/policy/management/constant/ResourceType.java
Outdated
Show resolved
Hide resolved
...2/carbon/identity/organization/resource/sharing/policy/management/constant/ResourceType.java
Outdated
Show resolved
Hide resolved
...nization/resource/sharing/policy/management/ResourceSharingPolicyHandlerServiceImplTest.java
Show resolved
Hide resolved
...rbon/identity/organization/resource/sharing/policy/management/util/ResourceSharingUtils.java
Outdated
Show resolved
Hide resolved
...ganization/resource/sharing/policy/management/model/ResourceSharingPolicyWithAttributes.java
Show resolved
Hide resolved
...nization/resource/sharing/policy/management/exception/ResourceSharingPolicyMgtException.java
Outdated
Show resolved
Hide resolved
… instead of boolean.
…ingPolicyWithAttributes
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12592660304
This PR adds a new component to manage resource-sharing policies between organizations in the WSO2 Identity Server. It enables defining, storing, and retrieving resource-sharing policies for users, applications, and identity providers.
Purpose
Goals
Approach
Release note
Documentation
Test environment
Related Issue
Introduce a Centralized Resource Sharing Policy Management Service #21815