IQSS logo

IRC log for #dataverse, 2016-12-16

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
00:05 djbrooke joined #dataverse
00:29 djbrooke joined #dataverse
01:31 donsizemore joined #dataverse
01:58 axfelix joined #dataverse
06:09 jri joined #dataverse
08:15 jri joined #dataverse
11:59 donsizemore joined #dataverse
14:21 donsizemore joined #dataverse
14:51 majest1c joined #dataverse
14:56 djbrooke joined #dataverse
15:08 donsizemore joined #dataverse
15:11 pameyer joined #dataverse
16:17 jri joined #dataverse
16:26 djbrooke joined #dataverse
16:57 djbrooke joined #dataverse
17:15 jri joined #dataverse
17:16 donsizemore joined #dataverse
18:56 donsizemore joined #dataverse
18:58 axfelix joined #dataverse
19:12 pdurbin pameyer: I mentioned you at https://github.com/IQSS/dataverse/issues/3535
19:13 pameyer that was the other logout one, right?
19:16 pdurbin yeah, logout behavior for shib
19:17 pameyer do you know if shib is http auth or cookie auth?
19:17 pameyer "quit all browsers" made me thing http auth - but I don't know
19:18 pdurbin I don't think Shib is HTTP Basic Auth.
19:20 pameyer ok - you're the shib expert :)
19:21 pdurbin I do believe Shib gives you a cookie.
19:21 pameyer ah… and if it's not from the same origin as dataverse, dataverse probably can't delete it
19:21 pdurbin That's how it remembers the last the IdPs you logged in with: https://github.com/IQSS/dataverse/issues/3159
19:22 pameyer so if the provider doesn't have a method for "please let this user logout", same-origin *should* prevent dataverse from doing it
19:31 pameyer if `curl http://localhost:8080/api/admin/settings/Builtinser.KEY` returns the API key I'm trying to use to create a built-in user (for testing), and the create user endpoint tells me "Dataverse config issue: No API key defined for built in user management"; I'm probably failing at reading the docs again
19:32 pameyer but any suggestions as to *which* docs I'm failing at reading?
19:32 pdurbin pameyer: sorry, doing many things at once. Only looking here when Glassfish is redeploying.
19:32 pameyer multi-tasking :)
19:32 pameyer not urgent, and probably another problem on my end
19:33 pdurbin I'm not sure what to say about the same origin stuff. Your guess is as good as mine at the moment given my headspace.
19:34 pdurbin pameyer: out of the box we delete Builtinser.KEY for security
19:34 pdurbin but you can add it back in
19:34 pameyer yup - I've got that far
19:35 pameyer security wise, internal-only VM
19:35 pdurbin oh, there's a typo
19:35 pdurbin "Builtinser.KEY"
19:35 pameyer :(
19:36 pameyer http://localhost:8080/api/admin/settings/BuiltinUser.KEY
19:36 pameyer not sure how I typo'd copy/paste
19:36 pdurbin try just http://localhost:8080/api/admin/settings
19:36 pdurbin that'll dump all of them
19:37 pameyer BuiltinUser.KEY is there
19:37 pdurbin but it needs to be BuiltinUsers.KEY (plural)
19:37 pameyer thanks
19:43 pdurbin sure
19:43 pameyer I'm on to new and exiting errors that are probably also caused by my own errors
19:45 pdurbin I wonder if any people who have installed Dataverse create users via API. Maybe https://dataverse.lib.virginia.edu since they don't allow creation of local/builtin accounts. They want people to create accounts via Shibboleth.
19:46 pameyer I'd expect that most folks would do it for things like workflow testing instead of production
19:46 axfelix joined #dataverse
19:47 pdurbin yeah
19:47 pdurbin UVA might use it to create accounts for non-UVA collaborators though.
19:48 pdurbin Anyway, I'm not even sure how well we document how to create users via API.
19:49 pdurbin I guess we do: http://guides.dataverse.org/en/4.6/api/native-api.html#builtin-users
19:49 pameyer I took bmckinney's advice and went to the test scripts
19:49 pdurbin he's full of good advice :)
19:49 pameyer yup
20:06 axfelix joined #dataverse
20:23 donsizemore joined #dataverse
20:34 djbrooke joined #dataverse
20:52 axfelix joined #dataverse
21:14 evaristoc joined #dataverse
21:16 evaristoc hello everyone, interested in this project hope you don't mind if I join!
21:18 pdurbin evaristoc: hi! Welcome! It's getting late on a Friday and I gotta run soon but please ask questions and I'll check the log.
21:37 djbrooke Hi evaristoc - welcome! This channel will be more busy on Monday ... and even busier after the holidays! :)
21:38 evaristoc Thanks for your welcome! :) Ok! I will keep in contact then!
21:38 djbrooke This channel is a great place for questions and a great way to talk directly with the development team and community, but I'll do a quick dump of info in case you wanna do some reading over the weekend...
21:39 djbrooke General info:
21:39 djbrooke - Dataverse Project Site: http://www.dataverse.org
21:39 djbrooke - Dataverse Roadmap - http://dataverse.org/goals-roadmap-and-releases
21:39 djbrooke - Dataverse Guides - http://guides.dataverse.org/en/latest/
21:39 djbrooke - Dataverse Integrations - http://dataverse.org/integrations
21:39 djbrooke - Dataverse Features - http://dataverse.org/software-features
21:39 djbrooke Technical info:
21:39 djbrooke - Dataverse on Github - https://github.com/IQSS/dataverse
21:39 djbrooke - Dataverse Installation Guide - http://guides.dataverse.org/en/latest/installation/index.html
21:39 djbrooke - Dataverse Developer Guide - http://guides.dataverse.org/en/latest/developers/index.html
21:39 djbrooke Community and Support:
21:39 djbrooke - Community Call notes and call in info - http://dataverse.org/community-calls
21:39 djbrooke - Google Groups link - https://groups.google.com/forum/#!forum/dataverse-community
21:39 djbrooke - IRC link - http://chat.dataverse.org/
21:41 djbrooke (Ah - I didn't think it would format like that - anyway, let's talk on Monday! I'd like to hear more about where you're coming from, what your needs are, and how you'd like to get involved)
21:41 djbrooke Cheers!
22:11 evaristoc Thanks djbrooke! I started reading. Contact next week!
22:32 djbrooke joined #dataverse
22:34 djbrooke_ joined #dataverse

| Channels | #dataverse index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

Connect via chat.dataverse.org to discuss Dataverse (dataverse.org, an open source web application for sharing, citing, analyzing, and preserving research data) with users and developers.