-
Notifications
You must be signed in to change notification settings - Fork 145
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
Improve Action Management REST API to manage actions with rules #770
Conversation
...wso2/carbon/identity/api/server/action/management/v1/core/ServerActionManagementService.java
Show resolved
Hide resolved
...wso2/carbon/identity/api/server/action/management/v1/core/ServerActionManagementService.java
Show resolved
Hide resolved
...wso2/carbon/identity/api/server/action/management/v1/core/ServerActionManagementService.java
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/api/server/action/management/v1/util/ActionMgtEndpointUtil.java
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/api/server/action/management/v1/util/RuleMapper.java
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/api/server/action/management/v1/util/RuleMapper.java
Outdated
Show resolved
Hide resolved
65bc9bc
to
04f338b
Compare
PR builder started |
PR builder completed |
Failure is as below, which seems to have failed in consecutive set of runs. Passes locally. More over as there's no direct relation. So will proceed with the merge
|
Purpose
Resolves wso2/product-is#22197
When it comes to extensions it should be possible to let to invoke extensions conditionally based on some rule applicable to the context.
This PR improves action management api layer component to facilitate add/update actions with rules.
Dependent on wso2/carbon-identity-framework#6269