shoenig / marathonctl

marathonctl is a CLI tool for Marathon
MIT License
100 stars 26 forks source link

feat(client+config): allow unverified tls api endpoints #31

Closed dudymas closed 8 years ago

dudymas commented 8 years ago

This change allows a client to connect to a self-signed api server (for private deployments)

shoenig commented 8 years ago

thanks for the contribution!

dudymas commented 8 years ago

Yay, thanks for merging.

If I get more dev time on this guy, I'll try to mop up the config in general, since passing the flag through several functions is quite a code smell.