From: Colin <col...@gm...> - 2018-08-31 22:33:10
|
Is it specifically desirable to access data remotely hosted in CyVerse? I know araport has written about this to some extent but I haven't extensively looked into it https://github.com/Arabidopsis-Information-Portal/CyverseRemoteTracks It does say that it is made to allow anonymous which I assume means public access, but it would be very cool if it could be extended to access private files too -Colin On Fri, Aug 31, 2018 at 6:05 PM Nathan Dunn <nat...@lb...> wrote: > > I’d advocate wrapping your JBrowse page in an client-side app that uses > GitHub or Google+ for authentication. > > If you’re really lazy (like me), I would use something like auth0 to > manage allowable users. Its typically not a ton of code: > https://auth0.com/docs/quickstart/spa/vanillajs > > Something like this (or just simply a GitHub authenticator) would make a > great JBrowse plugin. > > Nathan > > > On Aug 31, 2018, at 2:01 PM, Robert Buels <rb...@gm...> wrote: > > Ccing gmod-ajax list, since he JBrowse community probably has better > feedback on authentication than I do. > > Most people who password protect JBrowse installations use the standard > HTTP Basic authentication, configured at the level of the web server. This > works fine with JBrowse, and no additional configuration is needed, as long > as he JBrowse main page (jbowse/index.html) is configured to be > authenticated under the same scheme as the other data resources. > > There hasn’t been a lot of demand for additional authentication features, > but the dev team is certainly open to discussing adding some. > > Hope this helps! > > Rob > > On Fri, Aug 31, 2018 at 8:32 AM Hulse-Kemp, Amanda - ARS < > Ama...@ar...> wrote: > >> Hello Robert, >> >> >> >> I am working with GOnRamp group as a way to launch Jbrowse instances for >> USDA associated genome publications with data hosting in Cyverse. I have >> developed a test version of my genome and currently have it implemented, >> however I’d really like to be able to password protect the URL. I see a >> number of discussions on password protection, and wanted to contact you to >> discuss where you were with that? >> >> >> >> Best, >> >> Amanda >> >> >> >> Amanda Hulse-Kemp, Ph.D. >> >> Computational Biologist >> >> USDA-ARS, Genomics and Bioinformatics Research Unit >> >> 1244 Williams Hall | North Carolina State University | Raleigh | NC | >> 27695 >> >> ama...@ar... >> >> 919-515-7599 >> >> >> >> >> >> >> This electronic message contains information generated by the USDA solely >> for the intended recipients. Any unauthorized interception of this message >> or the use or disclosure of the information it contains may violate the law >> and subject the violator to civil or criminal penalties. If you believe you >> have received this message in error, please notify the sender and delete >> the email immediately. >> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! > http://sdm.link/slashdot_______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gmod-ajax mailing list > Gmo...@li... > https://lists.sourceforge.net/lists/listinfo/gmod-ajax > |