chocolatey / choco-quickstart-scripts

C4B Quick-Start Guide - Supporting Scripts
Apache License 2.0
16 stars 8 forks source link

Look Into Appending /nexus and /jenkins to Service Hosting URLs #205

Open ryanrichter94 opened 11 months ago

ryanrichter94 commented 11 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

Look into appending /nexus onto the nexus URL endpoint and adding a /jenkins to the jenkins URL.

Describe The Solution. Why is it needed?

Currently the Azure enviornment uses this approach. Adding /nexus to the context path in the the nexus default properties file locally. They also add a --prefix=/jenkins into the arguments section of the jenkins.xml file.

Considering doing the same change on QSG to bring them more in line with each other as enviornment solutions.

Additional Context

The difference between them would still be that QSG would run CCM, Jenkins, and Nexus over 3 different ports. Where as the C4BAE routes them all through the app gateway as 443 traffic. Effectively using the app gateway like a reverse proxy & load balancer.

Related Issues

No response

ryanrichter94 commented 11 months ago

@JPRuskin @steviecoaster @imm0rtalsupp0rt Feel free to chime in on opinions to this proposed change.