Skip to content

Commit 5f2b72d

Browse files
authored
Merge pull request #3784 from jtravee/staging-to-master
Staging to master
2 parents 61f4237 + 7cab58b commit 5f2b72d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/rancher/v2.5/en/helm-charts/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ To add a private CA for Helm Chart repositories:
7171
[...]
7272
```
7373
74+
> **Note:** Helm chart repositories with authentication
75+
>
76+
> As of Rancher v2.5.12, 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.
77+
>
78+
> To use this feature for an existing Helm chart repository, click <b>⋮ > Edit YAML</b>. On the `spec` portion of the YAML file, add `disableSameOriginCheck` and set it to `true`.
79+
>
80+
> ```yaml
81+
[...]
82+
spec:
83+
disableSameOriginCheck: true
84+
[...]
85+
```
86+
7487
### Helm Compatibility
7588

7689
The Cluster Explorer only supports Helm 3 compatible charts.

0 commit comments

Comments
 (0)