From d0bd80a9fc32f5e5548326127d320c482a6a3429 Mon Sep 17 00:00:00 2001 From: Joao Pereira Date: Wed, 14 Feb 2024 15:42:48 -0600 Subject: [PATCH] vendir: New flag to force basic auth over NTLM for git Signed-off-by: Joao Pereira --- site/content/vendir/docs/develop/vendir-spec.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/content/vendir/docs/develop/vendir-spec.md b/site/content/vendir/docs/develop/vendir-spec.md index 91ddc370b..38744e96f 100644 --- a/site/content/vendir/docs/develop/vendir-spec.md +++ b/site/content/vendir/docs/develop/vendir-spec.md @@ -62,6 +62,9 @@ directories: secretRef: # (required) name: my-git-auth + # when this flag set to true it will set the Basic Auth header directly + # in git configuration to ensure that it does not try to use NTLM + forceHTTPBasicAuth: false # uses hg to clone Mercurial repository (optional; v0.22.0+) hg: