Skip to content

Commit

Permalink
add optional flag in git configuration to skip SSL/TLS verification (c…
Browse files Browse the repository at this point in the history
…arvel-dev#690)

* add optional flag in git configuration to skip ssl verification

Signed-off-by: Varsha Munishwar <vmunishwar@vmware.com>

* update flag name to dangerousSkipTLSVerify

Signed-off-by: Varsha Munishwar <vmunishwar@vmware.com>

---------

Signed-off-by: Varsha Munishwar <vmunishwar@vmware.com>
Signed-off-by: ashpect <ashishndiitr@gmail.com>
  • Loading branch information
vmunishwar authored and ashpect committed Mar 3, 2024
1 parent 86f37dd commit bcdbc05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/vendir/docs/develop/vendir-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ directories:
identifiers: [beta, rc]
# skip downloading lfs files (optional)
lfsSkipSmudge: false
# skip SSL/TLS verification (optional)
dangerousSkipTLSVerify: false
# skip initializing any git submodules (optional; v0.28.0+)
skipInitSubmodules: false
# verify gpg signatures on commits or tags (optional; v0.12.0+)
Expand Down

0 comments on commit bcdbc05

Please sign in to comment.