You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
After digging a bit how Pypi or even Artifactory are working ; I found out that the authentication part is either proxied to an external IP (identity provider) or management by the application locally.
For this first iteration of Pypi, I will not add authorization mechanism in the sense that all users will have access to all packages. For sure, I want to make this part also flexible enough so that I can extend to more complex authentication mechanism.
For now, I'll ask for an API token that is created once and shared across multiple users. I case of compromised token, a new one should be generate and secrets updated.
pip
actually supports only Basic Authentication at the moment.When
gopypi
is deployed to AppEngine, we need to find a way to authenticate and authorizepip
clients.The text was updated successfully, but these errors were encountered: