mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(customtemplates): set TLSSkipVerify properly EE-5336 (#8742)
This commit is contained in:
parent
42fce1ec57
commit
5b96136dd2
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue