fix(customtemplates): set TLSSkipVerify properly EE-5336 (#8742)

pull/8866/head
andres-portainer 2023-05-12 09:59:28 -03:00 committed by GitHub
parent 42fce1ec57
commit 5b96136dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {