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

DCR tenant-wise configurations : Get and Patch endpoint implementation #583

Merged
merged 25 commits into from
May 14, 2024

Conversation

anjuchamantha
Copy link
Contributor

@anjuchamantha anjuchamantha commented Jan 29, 2024

Purpose

This PR will have the GET and PATHCH implementations for the following DCR configurations in the server configurations api.

  1. enableFapiEnforcement - If true, an application which is created through DCR endpoint will be a FAPI compliant application.
  2. authenticationRequired - If true, authentication will be required for DCR create endpoint.
  3. ssaJwks - This JWKS url will be used to validate the SSA coming in DCR create request.
  4. mandateSSA - This will mandate software_statement param in DCR create request. If true, ssaJwks should also be present.

Only the REPLACE operation will be supported and it will override the server-level configuration in deployment.toml.

Note: This PR is dependant on wso2-extensions/identity-inbound-auth-oauth#2344

Git Issue: wso2/product-is#19274

@anjuchamantha anjuchamantha changed the title [WIP] DCR tenant-wise configurations : Get and Patch endpoint implementation DCR tenant-wise configurations : Get and Patch endpoint implementation Jan 30, 2024
@CLAassistant
Copy link

CLAassistant commented Apr 15, 2024

CLA assistant check
All committers have signed the CLA.

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/9057319442

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/9057319442
Status: success

Copy link

@jenkins-is-staging jenkins-is-staging left a 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

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/9074696848

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/9074696848
Status: success

Copy link

@jenkins-is-staging jenkins-is-staging left a 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

@Thumimku Thumimku merged commit fe8bfa3 into wso2:master May 14, 2024
4 checks passed
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.

6 participants