1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/builds-adding-source-clone-secrets.adoc

21 lines
716 B
Plaintext
Raw Normal View History

2018-11-16 14:39:58 -05:00
// Module included in the following assemblies:
//
2019-03-04 14:29:30 -05:00
//* builds/creating-build-inputs.adoc
2018-11-16 14:39:58 -05:00
[id="builds-adding-source-clone-secrets_{context}"]
= Source Clone Secrets
2018-11-16 14:39:58 -05:00
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.
2018-11-16 14:39:58 -05:00
2020-12-03 22:10:00 -05:00
The following source clone secret configurations are supported:
* .gitconfig File
* Basic Authentication
* SSH Key Authentication
* Trusted Certificate Authorities
2018-11-16 14:39:58 -05:00
[NOTE]
====
2020-12-03 22:10:00 -05:00
You can also use combinations of these configurations to meet your specific needs.
2018-11-16 14:39:58 -05:00
====