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

Support MTLS Aliases for well known endpoint #5659

Merged
merged 4 commits into from
Apr 30, 2024
Merged

Conversation

RivinduM
Copy link
Contributor

Purpose

This pr adds configurations

  • to enable MTLS aliases in the discovery endpoint
  • to configure MTLS domain name

example depployment.toml configuration

[oauth.mtls_aliases]
enabled = true
hostname= "dev.mtls.asgardeo.io

Add support to build service URL with a given hostname

Related PRs

List any other related PRs

Co-authored-by: Anju Chamantha <[email protected]>
@jenkins-is-staging
Copy link

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

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/8876568829
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/8876568829

* @return {@link ServiceURL}.
* @throws URLBuilderException If error occurred while constructing the URL.
*/
ServiceURL build(String hostname) throws URLBuilderException;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we make this method as default cause some extension may fail because of method param mismatch

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed with 0f13202

@DMHP DMHP merged commit f648c18 into wso2:master Apr 30, 2024
2 checks passed
@RivinduM RivinduM mentioned this pull request May 2, 2024
19 tasks
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