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

Introduce a config to update console & myaccount callback url & access url #5304

Merged
merged 4 commits into from
Dec 29, 2023
Merged

Introduce a config to update console & myaccount callback url & access url #5304

merged 4 commits into from
Dec 29, 2023

Conversation

UdeshAthukorala
Copy link
Contributor

@UdeshAthukorala UdeshAthukorala commented Dec 13, 2023

Proposed changes in this pull request

  • Introduce a toml config to update console & myaccount callback url & access urls

    New Toml Configs

    [console]
    callback_url = "https://localhost:9001/t/{TENANT_DOMAIN}/console"
    access_url = "https://localhost:9001/t/{TENANT_DOMAIN}/console"
    
    [myaccount]
    callback_url = "https://localhost:9000/t/{TENANT_DOMAIN}/myaccount"
    access_url = "https://localhost:9000/t/{TENANT_DOMAIN}/myaccount"
    

Related Issue

@jenkins-is-staging
Copy link

@jenkins-is-staging
Copy link

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

@UdeshAthukorala UdeshAthukorala changed the title Introduce a config to update console & myaccount callback url Introduce a config to update console & myaccount callback url & access url Dec 15, 2023
Copy link
Contributor

@Thisara-Welmilla Thisara-Welmilla left a comment

Choose a reason for hiding this comment

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

Shall we check the tenant_context.require_super_tenant_in_urls config and based on that add /t/carbon.super in path.

@UdeshAthukorala
Copy link
Contributor Author

Shall we check the tenant_context.require_super_tenant_in_urls config and based on that add /t/carbon.super in path.

Addressed with 7b8bd9e

@jenkins-is-staging
Copy link

@jenkins-is-staging
Copy link

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

@jenkins-is-staging
Copy link

@jenkins-is-staging
Copy link

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

@UdeshAthukorala UdeshAthukorala merged commit 43898f3 into wso2:master Dec 29, 2023
2 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.

4 participants