Skip to content

Commit 62cf231

Browse files
committed
Add forceHTTPBasicAuth to git configuration
Signed-off-by: João Pereira <[email protected]>
1 parent 5a37de1 commit 62cf231

File tree

6 files changed

+218
-163
lines changed

6 files changed

+218
-163
lines changed

config/config/crds.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ spec:
209209
git:
210210
description: Uses git to clone repository
211211
properties:
212+
forceHTTPBasicAuth:
213+
description: Force the usage of HTTP Basic Auth when Basic Auth is provided (optional)
214+
type: boolean
212215
lfsSkipSmudge:
213216
description: Skip lfs download (optional)
214217
type: boolean
@@ -825,6 +828,9 @@ spec:
825828
git:
826829
description: Uses git to clone repository
827830
properties:
831+
forceHTTPBasicAuth:
832+
description: Force the usage of HTTP Basic Auth when Basic Auth is provided (optional)
833+
type: boolean
828834
lfsSkipSmudge:
829835
description: Skip lfs download (optional)
830836
type: boolean
@@ -1647,6 +1653,9 @@ spec:
16471653
git:
16481654
description: Uses git to clone repository containing package list
16491655
properties:
1656+
forceHTTPBasicAuth:
1657+
description: Force the usage of HTTP Basic Auth when Basic Auth is provided (optional)
1658+
type: boolean
16501659
lfsSkipSmudge:
16511660
description: Skip lfs download (optional)
16521661
type: boolean

0 commit comments

Comments
 (0)