cdrx / rancher-gitlab-deploy

Painless deployment of projects built with GitLab CI onto your Rancher infrastructure
MIT License
432 stars 89 forks source link

Add an command line option to allow untrusted certificates on Rancher when using HTTPS #45

Closed rtorrero closed 6 years ago

rtorrero commented 6 years ago

This should address issue #44

It does this by setting the verify option in requests to either true or false.

cdrx commented 6 years ago

thanks @rtorrero !