Skip to content

Commit

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

* add optional flag in git configuration to skip ssl verification

Signed-off-by: Varsha Munishwar <[email protected]>

* update flag name to dangerousSkipTLSVerify

Signed-off-by: Varsha Munishwar <[email protected]>

---------

Signed-off-by: Varsha Munishwar <[email protected]>
Signed-off-by: renuy <[email protected]>
  • Loading branch information
vmunishwar authored and renuy committed Oct 11, 2023
1 parent b9bb5f7 commit 5c8520f
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 5c8520f

Please sign in to comment.