mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-22 14:52:17 +01:00
pass variable insecure to base handler
This commit is contained in:
parent
97150ee1f8
commit
6c2dc9759a
@ -90,6 +90,7 @@ func InitBaseHandler(repository, srcURL, srcSecret,
|
||||
dstURL: dstURL,
|
||||
dstUsr: dstUsr,
|
||||
dstPwd: dstPwd,
|
||||
insecure: insecure,
|
||||
blobsExistence: make(map[string]bool, 10),
|
||||
logger: logger,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user