Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 721 Bytes

builds-adding-source-clone-secrets.adoc

File metadata and controls

23 lines (19 loc) · 721 Bytes

Source Clone Secrets

Builder Pods require access to any Git repositories defined as source for a build. Source clone secrets are used to provide the builder Pod with access it would not normally have access to, such as private repositories or repositories with self-signed or untrusted SSL certificates.

  • The following source clone secret configurations are supported.

    • .gitconfig File

    • Basic Authentication

    • SSH Key Authentication

    • Trusted Certificate Authorities

Note

You can also use combinations of these configurations to meet your specific needs.