-
Bug
-
Resolution: Done
-
Blocker
-
None
-
False
-
False
-
Quay Enterprise
-
When Google Storage is defined, the validator tool tries to contact it via a non-secure HTTP instead of using HTTPS. in some environments, where HTTP is not allowed, the validator will error out and not validate a completely sane configuration.
The problematic line in the code is:
The error message that the validator gives:
Could not connect to storage googleCloudStorage. Error: Get "http://storage.googleapis.com/quay-image-layers/?location=": dial tcp 199.36.153.8:80: i/o timeout
Marking this as a blocker, the validator should use https by default in much the same way as we use https to connect to AWS.