source-controller/internal/helm
cappyzawa 683719d33c
Remove ServerName pinning from TLS config
Remove ServerName pinning functionality that can cause TLS
verification failures in production environments with redirects,
proxies, and multi-host scenarios.

The Go standard library automatically handles SNI and hostname
verification based on the actual connection target, providing
better compatibility and security than fixed ServerName values.

Signed-off-by: cappyzawa <cappyzawa@gmail.com>
2025-08-14 22:52:50 +09:00
..
chart Extract storage operations to a dedicated package 2025-08-12 14:57:15 +03:00
common Add verification support for notation signed artifacts 2024-03-26 21:32:23 +11:00
getter Remove ServerName pinning from TLS config 2025-08-14 22:52:50 +09:00
registry Use the transport pool 2024-06-14 08:50:33 +02:00
repository refactor: replace internal/transport with pkg/http/transport 2025-07-09 19:28:36 +09:00
testdata mitigate issue with chart validation in Helm 3.14 #1515 2024-07-19 20:07:29 +02:00
helm.go internal/helm: test load funcs for max size cases 2021-11-19 17:04:00 +01:00