vcd-cli icon indicating copy to clipboard operation
vcd-cli copied to clipboard

Add option for authentication using HTTPS client certificates

Open fnoorden-vs opened this issue 7 years ago • 1 comments

We use a HTTPS client certificate and key to authenticate at the API server. A login option with --cert and --key would be appreciated. Client.py would also have to be changed, like below: response = session.request( method, uri, data=data, headers=headers, auth=auth, cert=(path and filename certificate, path and filename key), verify=self._verify_ssl_certs)

fnoorden-vs avatar Mar 14 '18 11:03 fnoorden-vs

Hi @fnoorden-vs, we will look at this. Not sure about the level of effort to implement but we'll annotate the issue with a suggested implementation as soon as we have time.

hodgesrm avatar Mar 14 '18 17:03 hodgesrm