Closed aperuru closed 2 years ago
so its a group name? How to allow only admins to perform read/write?
As mentioned in the docs, pypi.default_read
and pypi.default_write
are both a list of groups. You can use the admin
group to restrict it to only admin users:
pypi.default_read = admin
pypi.default_write = admin
Thank you for your response.
@stevearc I'm aware of these two options only
everyone
andauthenticate
. I wonder if there is any way to block the write or read access ? So the users should not be able to write/read to/from pypicloud