Skip to content

Commit ea07047

Browse files
Merge pull request #724 from carvel-dev/add-vendir-new-flag
vendir: New flag to force basic auth over NTLM for git
2 parents 1ef9111 + d0bd80a commit ea07047

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)