argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

feat(artifacts): add git https insecure option. Fixes #10762 #13797

Closed aslafy-z closed 1 month ago

aslafy-z commented 1 month ago

Replaces https://github.com/argoproj/argo-workflows/pull/10543 Fixes https://github.com/argoproj/argo-workflows/issues/10762

Motivation

Add support for skipping TLS verification when cloning Git repositories over HTTPS in Argo Workflows. This is useful for scenarios involving self-signed certificates or internal Git servers where full TLS verification might not be possible or desired.

Modifications

Verification