autopilotpattern / jenkins

Extension of official Jenkins Docker image that supports Joyent's Triton for elastic slave provisioning
43 stars 10 forks source link

Add Nginx front-end #6

Open tgross opened 8 years ago

tgross commented 8 years ago

Jenkins requires SSL to be operated securely. You should only run Jenkins behind a reverse proxy that supports SSL (ex. Nginx).

Once we have a blueprint for Let's Encrypt support in Nginx (ref https://github.com/autopilotpattern/nginx/issues/25) we should give this Jenkins blueprint an Nginx front-end.

tgross commented 7 years ago

Like with #7, the initial implementation of doing this will be in https://github.com/joyent/product-automation (private) which we'll be using for CI/CD on Joyent.com. I'll work thru backporting that into this repo once that work is done and stable and tested.