Closed entasisj closed 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.
I created a pull request to address the issue: https://github.com/walkamongus/puppet-harbor/pull/23
fixed by #23 -- thanks @entasisj !
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.