image-automation-controller/internal/source
cappyzawa 1264b490cc
Remove TLS ServerName pinning in TLS config creation
Updates pkg/runtime dependency to v0.80.0 which removes the need for
the insecure parameter in TLSConfigFromSecretRef. This change removes
the forced ServerName pinning behavior that was causing TLS verification
issues, allowing for more flexible certificate validation.

The TLS config creation now relies on the standard Go TLS verification
process without forcing specific ServerName values, improving
compatibility with various certificate configurations.

Signed-off-by: cappyzawa <cappyzawa@gmail.com>
2025-08-17 17:40:07 +09:00
..
testdata/appconfig Introduce source manager 2024-04-18 16:16:09 +05:30
git.go Remove TLS ServerName pinning in TLS config creation 2025-08-17 17:40:07 +09:00
git_test.go (chore): adds tls config for GitHub App auth 2025-08-13 16:52:38 +02:00
source.go Refactor pkg structure 2025-08-11 20:23:26 +03:00
source_test.go Refactor pkg structure 2025-08-11 20:23:26 +03:00