CCI-MOC / xdmod-cntr

A project to prototype the use of XDMOD with OpenStack and OpenShift on the MOC
1 stars 6 forks source link

configure xdmod to not place the 8080 in the URL #191

Open rob-baron opened 1 year ago

rob-baron commented 1 year ago

The adminstrative dashboard is specifying port 8080 in its URL:

http://xdmod-xdmod.apps.nerc-ocp-infra.rc.fas.harvard.edu:8080/internal_dashboard/

However, this will produce an error, page not found. If you remove the :8080 from it, as in:

http://xdmod-xdmod.apps.nerc-ocp-infra.rc.fas.harvard.edu/internal_dashboard/

It resolves just fine.

Something in the xdmod configuration is placing the 8080 on the URL.

rob-baron commented 1 year ago

The work-a-round is to click on it, then remove the 8080.

rob-baron commented 1 year ago

I would prefer to not run as root, but this is a possible solution.

https://github.com/larsks/run-as-root-example