pazuzu-io/pazuzu

Support HTTPS protocol for registry

Closed this issue · 1 comments

zayim commented

Currently, CLI can only connect to registry via HTTP. Implement ability to connect to registry via HTTPS, too.

Suggestion: add additional parameter (scheme or protocol, etc) in configuration, and based on its value, create HTTP client or HTTPS client.

Closed via 201a142