From 5b96136dd29b2f0ccfcc891829700e49d942b766 Mon Sep 17 00:00:00 2001 From: andres-portainer <91705312+andres-portainer@users.noreply.github.com> Date: Fri, 12 May 2023 09:59:28 -0300 Subject: [PATCH] fix(customtemplates): set TLSSkipVerify properly EE-5336 (#8742) --- api/http/handler/customtemplates/customtemplate_create.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/http/handler/customtemplates/customtemplate_create.go b/api/http/handler/customtemplates/customtemplate_create.go index 06960a27a..63911b90b 100644 --- a/api/http/handler/customtemplates/customtemplate_create.go +++ b/api/http/handler/customtemplates/customtemplate_create.go @@ -293,6 +293,7 @@ func (handler *Handler) createCustomTemplateFromGitRepository(r *http.Request) ( URL: payload.RepositoryURL, ReferenceName: payload.RepositoryReferenceName, ConfigFilePath: payload.ComposeFilePathInRepository, + TLSSkipVerify: payload.TLSSkipVerify, } if payload.RepositoryAuthentication {