pypiserver / pypiserver

Minimal PyPI server for uploading & downloading packages with pip/easy_install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guidance on custom authentication in docker

fcusson opened this issue · comments

I'm currently trying to move my teams pypiserver setup to a different login pool to improve security. I read the documentation regarding Ad Hoc Authentication and I'm still left wondering a few elements. Mainly because I am using the docker container version.

My questions are:

  1. Is it possible to do ad hoc authentication with the docker version? If so, could you point me to some documentation or provide some context on how to do it?
  2. Is it possible to respond to challenges like new_password_required or device_password? If so how do I make a request to the pypi-server to do so?

Thank you in advance, and I did try to look into older issues if this has been answered in the past, if it was an I missed, can you please point me to the right ticket?