walkamongus / puppet-harbor

Puppet Harbor module
https://forge.puppet.com/walkamongus/harbor
4 stars 7 forks source link

Allow configuration of harbor-swagger-client with host #22

Closed entasisj closed 4 years ago

entasisj commented 4 years ago

In order to have SSL verification (verify_ssl_host: true) to the host running the harbor API it is required to configure the harbor-swagger-client with "host". The problem here is that the default value is 'localhost' which fails the verification.

entasisj commented 4 years ago

I created a pull request to address the issue: https://github.com/walkamongus/puppet-harbor/pull/23

walkamongus commented 4 years ago

fixed by #23 -- thanks @entasisj !