feat(gitops): allow to skip tls verification [EE-5023] (#8679)

This commit is contained in:
Chaim Lev-Ari
2023-04-03 09:19:09 +03:00
committed by GitHub
parent ab1a8c1d6a
commit 99331a81d4
44 changed files with 267 additions and 188 deletions
@@ -52,4 +52,6 @@ type RepositoryConfigPayload struct {
// Password used in basic authentication. Required when RepositoryAuthentication is true
// and RepositoryGitCredentialID is 0
Password string `example:"myGitPassword"`
// TLSSkipVerify skips SSL verification when cloning the Git repository
TLSSkipVerify bool `example:"false"`
}