source-controller/internal/helm/registry
Sunny f79fd034fd
registry: repo URL and dockerconfig URL mismatch
Registry login option should verify that the obtained dockerconfig
credentials are for the same host. When the helmrepo URL and the URL in
docker auth config don't match, the docker config store returns an
empty auth config, instead of failing. This results in accepting empty
username and password. The HelmRepo would appear to be ready in such
situation because the creds are empty, no login is attempted. But when
a HelmChart tries to use the login options, it'd fail.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-06-01 00:09:36 +05:30
..
auth.go registry: repo URL and dockerconfig URL mismatch 2022-06-01 00:09:36 +05:30
auth_test.go registry: repo URL and dockerconfig URL mismatch 2022-06-01 00:09:36 +05:30
client.go fix func doc 2022-05-24 10:32:42 +02:00