GITBOOK-57: Add skip TLS verification toggle for Git deployments

This commit is contained in:
James Carppe
2023-05-23 03:39:14 +00:00
committed by gitbook-bot
parent cc98ed263a
commit 2c875e59a5
4 changed files with 18 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -113,14 +113,16 @@ If you have 2FA configured in GitHub, your passcode is your password.
<figure><img src="../../../.gitbook/assets/2.16-stacks-add-gitcreds.png" alt=""><figcaption></figcaption></figure>
| Field/Option | Overview |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
| Compose path | Enter the path to the Compose file from the root of the repository. |
| Additional paths | Click **add file** to add additional files to be parsed by the build (for example, an environment-specific compose file). |
| Field/Option | Overview |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
| Compose path | Enter the path to the Compose file from the root of the repository. |
| Additional paths | Click **Add file** to add additional files to be parsed by the build (for example, an environment-specific compose file). |
| Automatic updates | Toggle this on to enable automatic updates (see below). |
| Skip TLS verification | Toggle this on to skip the verification of TLS certificates used by your repository. This is useful if your repo uses a self-signed certificate. |
<figure><img src="../../../.gitbook/assets/2.16-stacks-add-gitdetails.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.18.3-stacks-add-git-settings.png" alt=""><figcaption></figcaption></figure>
### Automatic updates

View File

@@ -32,14 +32,16 @@ Use the provided fields to enter the details of your Git repository containing y
<figure><img src="../../../.gitbook/assets/2.16-stacks-add-gitcreds.png" alt=""><figcaption></figcaption></figure>
| Field/Option | Overview |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
| Manifest path | Enter the path to your manifest file relative to the root of your repository. |
| Additional paths | Click **add file** to define additional manifests or compose files to process as part of the deployment. |
| Field/Option | Overview |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Repository URL | Enter the repository URL. If you have enabled Authentication above the credentials will be used to access the repository. The below options will be populated by what is found in the repository. |
| Repository reference | Select the reference to use when deploying the stack (for example, the branch). |
| Manifest path | Enter the path to your manifest file relative to the root of your repository. |
| Additional paths | Click **Add file** to define additional manifests or compose files to process as part of the deployment. |
| Automatic updates | Toggle this on to enable automatic updates (see below). |
| Skip TLS Verification | Toggle this on to skip the verification of TLS certificates used by your repository. This is useful if your repo uses a self-signed certificate. |
<figure><img src="../../../.gitbook/assets/2.16-applications-manifest-gitdetails.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.18.3-k8s-applications-manifest-git-settings.png" alt=""><figcaption></figcaption></figure>
### Automatic updates