helm / monocular

⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories
Apache License 2.0
1.42k stars 220 forks source link

Adding Chartmuseum #465

Open polinchw opened 6 years ago

polinchw commented 6 years ago

Is there a way to add Chartmuseum as a repository in Monocular when Chartmuseum is enforcing basic authentication?

prydonius commented 6 years ago

The only way would be to encode the basic auth in the URL (e.g. user:pass@chartrepo.com)

pierreozoux commented 6 years ago

On museum you can have auth only for post, but you can have get without auth :)