Skip to content

Commit

Permalink
feat(artifacts): add git https insecure option. Fixes #10762 (#13797)
Browse files Browse the repository at this point in the history
Signed-off-by: Zadkiel AHARONIAN <[email protected]>
  • Loading branch information
aslafy-z authored Oct 22, 2024
1 parent d7b19d7 commit bb5130e
Show file tree
Hide file tree
Showing 32 changed files with 1,290 additions and 704 deletions.
4 changes: 4 additions & 0 deletions api/jsonschema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/executor_swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,7 @@ PDs support ownership management and SELinux relabeling.
| disableSubmodules | boolean| `bool` | | | DisableSubmodules disables submodules during git clone | |
| fetch | []string| `[]string` | | | Fetch specifies a number of refs that should be fetched before checkout | |
| insecureIgnoreHostKey | boolean| `bool` | | | InsecureIgnoreHostKey disables SSH strict host key checking during git clone | |
| insecureSkipTLS | boolean| `bool` | | | InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections | |
| passwordSecret | [SecretKeySelector](#secret-key-selector)| `SecretKeySelector` | | | | |
| repo | string| `string` | | | Repo is the git repository | |
| revision | string| `string` | | | Revision is the git commit, tag, branch to checkout | |
Expand Down
1 change: 1 addition & 0 deletions docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -3515,6 +3515,7 @@ GitArtifact is the location of an git artifact
|`disableSubmodules`|`boolean`|DisableSubmodules disables submodules during git clone|
|`fetch`|`Array< string >`|Fetch specifies a number of refs that should be fetched before checkout|
|`insecureIgnoreHostKey`|`boolean`|InsecureIgnoreHostKey disables SSH strict host key checking during git clone|
|`insecureSkipTLS`|`boolean`|InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections|
|`passwordSecret`|[`SecretKeySelector`](#secretkeyselector)|PasswordSecret is the secret selector to the repository password|
|`repo`|`string`|Repo is the git repository|
|`revision`|`string`|Revision is the git commit, tag, branch to checkout|
Expand Down
32 changes: 32 additions & 0 deletions manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions manifests/base/crds/full/argoproj.io_cronworkflows.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb5130e

Please sign in to comment.