Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.29 KB

builds-adding-source-clone-secrets.adoc

File metadata and controls

48 lines (37 loc) · 1.29 KB

Adding 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.

Prerequisites
  • 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.

Procedure

Builds are run with the builder service account, which must have access to any source clone secrets used.

  • Run the following command to grant access:

$ oc secrets link builder mysecret
Note

Limiting secrets to only the service accounts that reference them is disabled by default. This means that if serviceAccountConfig.limitSecretReferences is set to false (the default setting) in the master configuration file, linking secrets to a service is not required.