mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 20:05:23 +02:00
fix(stack): Skip SSL Verification (#3064)
* fix(stack): Skip SSL Verification * fix(stack): Skip SSL Verification * fix(stack): move httpsCli into service * fix(stack): clean-up * fix(stack): move httpsCli back into the function * fix(stack): move httpsCli and InstallProtocol back into service * fix(stack): clean-up debugging * fix(stack): parameter cleanup Co-Authored-By: Anthony Lapenna <anthony.lapenna@portainer.io>
This commit is contained in:
parent
628d4960cc
commit
ec19faaa24
2 changed files with 22 additions and 6 deletions
|
@ -102,7 +102,7 @@ func initLDAPService() portainer.LDAPService {
|
|||
}
|
||||
|
||||
func initGitService() portainer.GitService {
|
||||
return &git.Service{}
|
||||
return git.NewService()
|
||||
}
|
||||
|
||||
func initClientFactory(signatureService portainer.DigitalSignatureService, reverseTunnelService portainer.ReverseTunnelService) *docker.ClientFactory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue