irods-contrib / irods-cloud-browser

DFC Web Based cloud browser
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

[iROD-Chat:15331] anonymous access in Cloud Browser #173

Open michael-conway opened 8 years ago

michael-conway commented 8 years ago

per irods chat

I have Cloud Browser 1.0.1 working with PAM authentication. I would like to allow guest or anonymous access to public collections but can not figure out how to make that work. It appears to accept an 'anonymous' login but then flashes a "unable to find file under path" error in the browser and no collection data is shown. Here's a partial exception:

2016-07-15 08:59:49,041 [http-nio-8180-exec-88] ERROR impl.VirtualCollectionDiscoveryServiceImpl - JargonException trying to find user home .irods collection org.irods.jargon.core.exception.FileNotFoundException: unable to find file under path at org.irods.jargon.core.pub.CollectionListingUtils.handleNoObjStatUnderRootOrHomeByLookingForPublicAndHome(CollectionListingUtils.java:261)

I've tried public-readable collection paths, /zone/home/anonymous/public /zone/public but no luck.

Anonymous ils of the public collections works fine. Is anonymous access supported in the Cloud Browser?