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

"MgtHostName" configuration is templated to take the "HostName" configuration #11459

Closed
kasuniranasinghe14 opened this issue Mar 17, 2021 · 1 comment

Comments

@kasuniranasinghe14
Copy link

kasuniranasinghe14 commented Mar 17, 2021

In carbon.xml file we have following configuration.

*****

This configuration has been templated in carbon.xml.j2 file as below to take the "HostName" by default.

`Host name to be used for the Carbon management console

 {%if server.hostname is defined %}
<MgtHostName>{{server.hostname}}</MgtHostName>
 {% endif %}`

This becomes an issue when using a different hostname for management console.

Version - WSO2IS-5.10.0

@somindatommy somindatommy added this to To do in Identity Server 6.0.0 via automation Mar 19, 2021
@somindatommy somindatommy added this to the 5.12.0-M14 milestone Mar 19, 2021
@somindatommy somindatommy moved this from To do to In progress in Identity Server 6.0.0 Mar 19, 2021
@nipunthilakshan
Copy link

I will work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

4 participants