-
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
DCR tenant-wise configurations : Get and Patch endpoint implementation #583
Conversation
...erver.configs/org.wso2.carbon.identity.api.server.configs.v1/src/main/resources/configs.yaml
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/api/server/configs/v1/function/DCRConnectorUtil.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/api/server/configs/v1/function/DCRConnectorUtil.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/api/server/configs/v1/function/DCRConnectorUtil.java
Outdated
Show resolved
Hide resolved
...nfigs.common/src/main/java/org/wso2/carbon/identity/api/server/configs/common/Constants.java
Show resolved
Hide resolved
...nfigs.common/src/main/java/org/wso2/carbon/identity/api/server/configs/common/Constants.java
Outdated
Show resolved
Hide resolved
...erver.configs.v1/src/gen/java/org/wso2/carbon/identity/api/server/configs/v1/ConfigsApi.java
Outdated
Show resolved
Hide resolved
....configs.v1/src/gen/java/org/wso2/carbon/identity/api/server/configs/v1/model/DCRConfig.java
Show resolved
Hide resolved
...r.configs.v1/src/gen/java/org/wso2/carbon/identity/api/server/configs/v1/model/DCRPatch.java
Show resolved
Hide resolved
PR builder started |
...ava/org/wso2/carbon/identity/api/server/configs/common/factory/DCRMgtOGSiServiceFactory.java
Outdated
Show resolved
Hide resolved
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/9057319442
...ava/org/wso2/carbon/identity/api/server/configs/common/factory/DCRMgtOGSiServiceFactory.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/api/server/configs/v1/function/DCRConnectorUtil.java
Show resolved
Hide resolved
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/9074696848
Purpose
This PR will have the
GET
andPATHCH
implementations for the following DCR configurations in the server configurations api.Only the
REPLACE
operation will be supported and it will override the server-level configuration in deployment.toml.Git Issue: wso2/product-is#19274