Integrate ngrok as part of the webpack build
Description
Environment
None
Activity
Show:

Former user May 19, 2016 at 7:44 AM
In the background ngrok will be setup and the url of the tunnel will be used in the add-on descriptor. In addition to that starting the webpack development server registers the descriptor with the new base url on the Atlassian dev instance if the required personal properties are set (see readme for more details).
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Fix versions
Backbone Issue Sync
Backbone Issue Sync
Created May 17, 2016 at 5:44 AM
Updated February 15, 2023 at 8:18 PM
Resolved May 19, 2016 at 7:44 AM
Goal: the ngrok tunnel should be established as part of the webpack build and starting the dev server. The tunnel url should be considered by the spring boot server by getting the information of the REST call. In this setup we the webpack dev server is the proxy and all related spring boot requests e.g. API request will be redirect.