1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/builds-adding-source-clone-secrets.adoc
Max Bridges b5fc467d1f add content types to untagged modules
OSDOCS-16694
2025-10-31 21:02:28 -04:00

22 lines
753 B
Plaintext

// Module included in the following assemblies:
//
//* builds/creating-build-inputs.adoc
:_mod-docs-content-type: CONCEPT
[id="builds-adding-source-clone-secrets_{context}"]
= 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:
* A `.gitconfig` file
* Basic authentication
* SSH key authentication
* Trusted certificate authorities
[NOTE]
====
You can also use combinations of these configurations to meet your specific needs.
====