mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #6020 from reasonerjt/fix-insecure-transport
Revoke the change in replicator
This commit is contained in:
commit
18aedacef8
@ -98,7 +98,7 @@ func (d *DefaultReplicator) Replicate(replication *Replication) error {
|
||||
"repository": repository,
|
||||
"tags": tags,
|
||||
"src_registry_url": url,
|
||||
"src_registry_insecure": false,
|
||||
"src_registry_insecure": true,
|
||||
// "src_token_service_url":"",
|
||||
"dst_registry_url": target.URL,
|
||||
"dst_registry_insecure": target.Insecure,
|
||||
|
Loading…
Reference in New Issue
Block a user