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

Implement rule metadata REST API #746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

malithie
Copy link
Member

Purpose

Resolves wso2/product-is#21841

In order to populate the rule UI it should be possible to retrieve all fields and field value options that are needed to configure expressions.
This PR implements the REST API layer for the rule metadata service.

Related PRs

Is dependant on wso2/carbon-identity-framework#6148

@malithie malithie changed the title Add rule metadata rest api. Implement rule metadata REST API Nov 28, 2024
@@ -809,7 +821,7 @@
<maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version>
<org.apache.felix.annotations.version>1.2.4</org.apache.felix.annotations.version>
<identity.governance.version>1.11.11</identity.governance.version>
<carbon.identity.framework.version>7.6.9</carbon.identity.framework.version>
<carbon.identity.framework.version>7.7.4-SNAPSHOT</carbon.identity.framework.version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version will be updated as wso2/carbon-identity-framework#6148 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement rule metadata REST API
1 participant