mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Merge pull request #4060 from rancher/divya-mohan0209-patch-1
Update _index.md
This commit is contained in:
@@ -75,7 +75,7 @@ To add a private CA for Helm Chart repositories:
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
- **Git-based chart repositories**: It is not currently possible to add a private CA. For git-based chart repositories with a certificate signed by a private CA, you must disable TLS verification. Click **Edit YAML** for the chart repo and add the key/value pair as follows:
|
- **Git-based chart repositories**: You must add a base64 encoded copy of the CA certificate in DER format to the spec.caBundle field of the chart repo, such as `openssl x509 -outform der -in ca.pem | base64 -w0`. Click **Edit YAML** for the chart repo and set, as in the following example:</br>
|
||||||
```
|
```
|
||||||
[...]
|
[...]
|
||||||
spec:
|
spec:
|
||||||
@@ -86,6 +86,7 @@ To add a private CA for Helm Chart repositories:
|
|||||||
[...]
|
[...]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
> **Note:** Helm chart repositories with authentication
|
> **Note:** Helm chart repositories with authentication
|
||||||
>
|
>
|
||||||
> As of Rancher v2.6.3, a new value `disableSameOriginCheck` has been added to the Repo.Spec. This allows users to bypass the same origin checks, sending the repository Authentication information as a Basic Auth Header with all API calls. This is not recommended but can be used as a temporary solution in cases of non-standard Helm chart repositories such as those that have redirects to a different origin URL.
|
> As of Rancher v2.6.3, a new value `disableSameOriginCheck` has been added to the Repo.Spec. This allows users to bypass the same origin checks, sending the repository Authentication information as a Basic Auth Header with all API calls. This is not recommended but can be used as a temporary solution in cases of non-standard Helm chart repositories such as those that have redirects to a different origin URL.
|
||||||
|
|||||||
Reference in New Issue
Block a user