Skip to content

Commit d0bd80a

Browse files
committed
vendir: New flag to force basic auth over NTLM for git
Signed-off-by: Joao Pereira <joaod@vmware.com>
1 parent 1ef9111 commit d0bd80a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/content/vendir/docs/develop/vendir-spec.md

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ directories:
6262
secretRef:
6363
# (required)
6464
name: my-git-auth
65+
# when this flag set to true it will set the Basic Auth header directly
66+
# in git configuration to ensure that it does not try to use NTLM
67+
forceHTTPBasicAuth: false
6568

6669
# uses hg to clone Mercurial repository (optional; v0.22.0+)
6770
hg:

0 commit comments

Comments
 (0)