Closed LukeShortCloud closed 2 years ago
Thank you for the details, will add this feature
Hi @LukeShortCloud A new version of binary of Harbor CLI (unofficial) has been released, please visit this repo URL: https://github.com/hinyinlam/cli-for-harbor
At the same time, I'm renaming and archiving this repo for the favor of the binary version, thank you for your involvement in contributing the idea!
The new GoLang binary will be able to handle invalid certification (actually it does not check if it's valid or not)
Currently,
harbor-cli
does not support connecting to the API endpoint of a Harbor instance with either an invalid or self-signed TLS certificate. A new argument such as--skip-tls-verify
should be added and usable for all subcommands/arguments. This would be especially useful for lab environments.