--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/6652f338-c151-4fdb-a9ae-86c300208161n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/2123507d-f4c4-480c-b043-250378922427n%40googlegroups.com.
Hmm. The validation of signedURLs is all in one place so it should work uniformly for most api calls (there could be ones that don’t use the common findUserOrDie() methods). One thing I’d note are that signedURLs should all be generated with the /v1/ in the URL. Calls to /api/datasets for example are all translated to /api/v1/datasets in a servlet before they are checked. Another is that the signing is for the URL and all it’s parameters, so one would sign “/api/v1/datasets/:persistentId?persistentId=doi:105072/FK2ABCDEF” for example. Finally, signedUrls don’t change the extra security around the /api/v1/admin calls – those are still restricted to localhost or the extra admin key.
If these notes don’t help, please post an issue(s) with the details of exactly what you are signing and I can try to replicate that and figure out what’s wrong.
-- Jim
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/c531851d-2f6e-4ae1-af8e-f2a6eda6bdf6n%40googlegroups.com.
Re: This is a nice feature.
Thanks! I should also add that I think you’re the first person outside Harvard trying to use them. I hope we can switch all the Previewers to use them as well, but that hasn’t happened yet.
-- Jim
From: dataverse...@googlegroups.com <dataverse...@googlegroups.com>
On Behalf Of Eryk Kulikowski
Sent: Wednesday, February 8, 2023 11:52 AM
To: Dataverse Users Community <dataverse...@googlegroups.com>
Subject: Re: [Dataverse-Users] Integrations dashboard for pulling in data from data management systems (iRods, Gitlab, Github, OSF, RedCap...)
Hi,
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/c531851d-2f6e-4ae1-af8e-f2a6eda6bdf6n%40googlegroups.com.
Cool! I reported the mydata calls in https://github.com/IQSS/dataverse/pull/9360 so hopefully the update there can include them, after which signedUrls should work for it.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/53edb519-dd2b-40ee-86ce-e84f5bf03581n%40googlegroups.com.