datalad / datalad-xnat

Track XNAT projects with DataLad
Other
3 stars 9 forks source link

Support anonymous XNAT access #9

Closed mih closed 2 years ago

mih commented 2 years ago

Straightforward with

>>> central = Interface('http://central.xnat.org', anonymous=True)

but not possible in init or update.

mih commented 2 years ago

This also requires that the config procedure does NOT put an auth setup into .datalad/providers!