-
Notifications
You must be signed in to change notification settings - Fork 5
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
translateGoogleCloudURl modifies & breaks signed URLs #16
Comments
I'll have to investigate to determine why this is done, there's no workaround in the meantime. I'll try to get to this next week. |
Thanks for getting back so quickly, Jim! As a workaround we are looking at using a custom domain for our signed urls. The goal is that using a custom url will cause the transformation to get skipped, since it wont match any of the Thanks again for a great library. |
I should have a fix for this soon, by the end of next week at the latest.
I’m traveling this week.
On Thu, Apr 14, 2022 at 12:33 PM Neil Poulin ***@***.***> wrote:
Thanks for getting back so quickly, Jim! As a workaround we are looking at
using a custom domain for our signed urls. The goal is that using a custom
url will cause the transformation to get skipped, since it wont match any
of the isGoogleURL checks. I'll report back if it works or not.
Thanks again for a great library.
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHD2HAWDP3VJMPLFYW6JPLVFBCEDANCNFSM5TLNR43A>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
--
Sent from Gmail Mobile
|
we're using the
igv.js
package to render IGV plots in our app. Our data is secured in google cloud storage and is accessed by our app generating a signed URL for the files in each track. However, when the igv library fetches data from these files, the URLs are transformed from the original, signed url to a different url schema which breaks the signing, and thus we get an authentication error.Looking through the code, it appears
igv-utils
transforms any URL it determines is a google URL into a different format (seetranslateGoogleCloudURl
here):Is there a workaround to getting signed URLs working with the igv library?
The text was updated successfully, but these errors were encountered: