Skip to content

Commit

Permalink
doc: git: Add note about authentication support
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Oct 3, 2024
1 parent cd0c3f7 commit 96aeb52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ You can override this behavior by setting `keepGitDir: true` in the git configur

Git repositories are considered to be "directory" sources.

Authentication will be handled using some defaults:

1. Local SSH agent
2. Providing a build secret called `GIT_AUTH_HEADER` for header based auth
3. Providing a build secret called `GIT_AUTH_TOKEN` for token based auth

### HTTP

Expand Down

0 comments on commit 96aeb52

Please sign in to comment.