devpi / devpi-lockdown

tools to enable authentication for read access
11 stars 4 forks source link

How to install package from remote Devpi server? #3

Open MGough opened 5 years ago

MGough commented 5 years ago

This is more of a question than an issue.

I have Devpi running with Devpi-lockdown on a remote server, I'm trying to install a package that I've uploaded to Devpi, but when I do this devpi install or pip install is redirected to the login form. What am I missing? I don't think my nginx configuration is incorrect but it is a possibility.

Would you be able to provide an example command or set of commands to do this?

Thanks

MGough commented 5 years ago

I think that perhaps I've misunderstood the approach needed to secure the read endpoints. I think I'll need to possibly proxy other requests to the devpi server using basic auth, and keep specific HTML endpoints locked down with devpi-lockdown