dgodd / concourse-summary

MIT License
62 stars 12 forks source link

Add the ability to use hosts that have used self-signed certificates #9

Closed srbry closed 7 years ago

srbry commented 8 years ago

Thanks for providing this summary tool, its really nice!

We had some issues where some concourse deployments didn't have the best certificates created. This PR adds an optional environment variable SKIP_SSL_VALIDATION that allows concourse-summary to connect to these hosts without performing certificate validation.

I am completely new to crystal lang so have made a best efforts at this, I have manually tested and the code change does work as expected.

I have also updated the README as it took me a little bit of time to work out what I was meant to be doing to run the app.

Thanks again for the tool!