indeedeng / harbor-container-webhook

mutating webhook which rewrites container images to use a Harbor proxy cache
Apache License 2.0
71 stars 17 forks source link

Helm repo is redirecting to insecure http and then to https #34

Open dennisGrandt opened 8 months ago

dennisGrandt commented 8 months ago

Hello,

i was checking out your webhook and had some "problems" because of security measures on our site.

Your helm repository does some redirects:

The first redirect goes to plain http then to the same URL just with https.

Would be aweseome if you would remove the plain http redirect and direct redirect to the https URL.