-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7715 signed urls for external tools #8999
Commits on Jul 29, 2021
-
impements POST-redirect-GET for DP Creator tool POST is currently done on server, gets a redirect response, and GETs the new location in the browser Need to change the way the base context is gotten for POST, as in the GET code, it always uses the extenal tool url as provided in the configuration - the redirect use be a different context than the configured tool url.
Configuration menu - View commit details
-
Copy full SHA for 07b34b0 - Browse repository at this point
Copy the full SHA 07b34b0View commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c017fd3 - Browse repository at this point
Copy the full SHA c017fd3View commit details
Commits on Mar 16, 2022
-
rename getQueryParametersForUrl to handleRequest
remove some experimental code
Configuration menu - View commit details
-
Copy full SHA for 4c0fce0 - Browse repository at this point
Copy the full SHA 4c0fce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36fb985 - Browse repository at this point
Copy the full SHA 36fb985View commit details -
Configuration menu - View commit details
-
Copy full SHA for b90216f - Browse repository at this point
Copy the full SHA b90216fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fecd8a1 - Browse repository at this point
Copy the full SHA fecd8a1View commit details -
Merge branch '7715-signed-urls-for-external-tools' of github.com:IQSS…
…/dataverse into 7715-signed-urls-for-external-tools
Configuration menu - View commit details
-
Copy full SHA for a7d1767 - Browse repository at this point
Copy the full SHA a7d1767View commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cb418a7 - Browse repository at this point
Copy the full SHA cb418a7View commit details
Commits on May 2, 2022
-
add signed Url to header and use POST for external tools, in particul…
…ar DPCreator WIP - still need to handle use of signed Url to access resource on dataverse
Configuration menu - View commit details
-
Copy full SHA for ac23437 - Browse repository at this point
Copy the full SHA ac23437View commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e82009 - Browse repository at this point
Copy the full SHA 7e82009View commit details
Commits on Jun 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7c9fa06 - Browse repository at this point
Copy the full SHA 7c9fa06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39180cc - Browse repository at this point
Copy the full SHA 39180ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55fafa5 - Browse repository at this point
Copy the full SHA 55fafa5View commit details -
Merge pull request #8788 from GlobalDataverseCommunityConsortium/7715…
…-signed-urls-for-external-tools Validation fix and API call
Configuration menu - View commit details
-
Copy full SHA for 01973ff - Browse repository at this point
Copy the full SHA 01973ffView commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 881e3db - Browse repository at this point
Copy the full SHA 881e3dbView commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 208ab95 - Browse repository at this point
Copy the full SHA 208ab95View commit details
Commits on Jun 23, 2022
-
Merge pull request #8802 from GlobalDataverseCommunityConsortium/7715…
…-signed-urls-for-external-tools Define/use an additional secret key, Refactor token replacement for signed urls
Configuration menu - View commit details
-
Copy full SHA for 8c2f950 - Browse repository at this point
Copy the full SHA 8c2f950View commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c22b18 - Browse repository at this point
Copy the full SHA 0c22b18View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b31e6c - Browse repository at this point
Copy the full SHA 1b31e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c90139 - Browse repository at this point
Copy the full SHA 2c90139View commit details
Commits on Jul 21, 2022
-
Merge pull request #8850 from GlobalDataverseCommunityConsortium/7715…
…-signed-urls-for-external-tools 7715 signed urls for external tools
Configuration menu - View commit details
-
Copy full SHA for 66355b0 - Browse repository at this point
Copy the full SHA 66355b0View commit details
Commits on Aug 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4189f3 - Browse repository at this point
Copy the full SHA d4189f3View commit details
Commits on Aug 5, 2022
-
Merge pull request #8896 from GlobalDataverseCommunityConsortium/7715…
…-signed-urls-for-external-tools Minor tweaks from #7325 review
Configuration menu - View commit details
-
Copy full SHA for 6331bec - Browse repository at this point
Copy the full SHA 6331becView commit details
Commits on Sep 11, 2022
-
passes existing query params an signed urls in POST body as json
Bob Treacy authored and Bob Treacy committedSep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 22cdaaf - Browse repository at this point
Copy the full SHA 22cdaafView commit details
Commits on Sep 26, 2022
-
uses JsonObjectBuilder, elininating some string building that was mes…
…sy and brittle, Probably still a little string building could be cleaned up
Configuration menu - View commit details
-
Copy full SHA for 42d906b - Browse repository at this point
Copy the full SHA 42d906bView commit details