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

View File

@@ -23,6 +23,7 @@ export default class CreateEdgeStackViewController {
Groups: [],
DeploymentType: 0,
UseManifestNamespaces: false,
TLSSkipVerify: false,
};
this.EditorType = EditorType;
@@ -215,6 +216,7 @@ export default class CreateEdgeStackViewController {
RepositoryAuthentication: this.formValues.RepositoryAuthentication,
RepositoryUsername: this.formValues.RepositoryUsername,
RepositoryPassword: this.formValues.RepositoryPassword,
TLSSkipVerify: this.formValues.TLSSkipVerify,
};
return this.EdgeStackService.createStackFromGitRepository(
{