juju / juju-gui

Juju-GUI is a web-based GUI for Juju <https://jujucharms.com/>.
Other
182 stars 85 forks source link

templated api values should not include the protocol #3942

Closed hatched closed 5 years ago

hatched commented 5 years ago

bundleServiceURL="https://" + JAAS_API_BASE + "/bundleservice", Creates invalid urls because the protocol is defined in JAAS_API_BASE https://github.com/juju/juju-gui/blob/develop/webapp/blueprint.py#L73