verify-image-signature cannot talk to secured registry #15809
Labels
component/image
kind/bug
Categorizes issue or PR as related to a bug.
kind/test-flake
Categorizes issue or PR as related to test flakes.
priority/P2
The
oadm verify-image-signature
uses insecure connection to the integrated registry. For this reason, the following extended test fails:The command needs to try
https
first and fall-back tohttp
if not possible. The insecure connection should be enabled based on insecure flags of corresponding imagestream (e.g. insecure repository annotation or insecure import policy.The text was updated successfully, but these errors were encountered: