Skip to content

Commit

Permalink
Merge pull request #724 from carvel-dev/add-vendir-new-flag
Browse files Browse the repository at this point in the history
vendir: New flag to force basic auth over NTLM for git
  • Loading branch information
joaopapereira authored Feb 20, 2024
2 parents 1ef9111 + d0bd80a commit ea07047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/content/vendir/docs/develop/vendir-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea07047

Please sign in to comment.