mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 20:00:56 +00: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