Harbor fails to store data on Ontap S3 when default port is specified in config
Applies to
- Onatp S3
- Harbor (docker registry)
Issue
Using ontap S3 as a backend for harbor registry fails when the harbor configuration contains a default port for the Endpoint in the harbor.yml configuration file.
For example:
storage_service:
s3:
accesskey: XXXXXXXXXXXXXXX
secretkey: YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
bucket: mybucket1
regionendpoint: http://192.168.0.132:80 <--
