-
Notifications
You must be signed in to change notification settings - Fork 0
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
Observable CORS for AWS Galaxy #1
Comments
Who is the ${USERNAME}, valid galaxy users? What is the content brought over via the ORIGIN permissions? |
Username is the ObservableHQ user. My account is https://observablehq.com/@stephenshank and thus my Right now we make queries to Galaxy's API, either requesting files by dataset ID: or history metadata via history ID: though several GET routes may be of future interest: https://galaxy.hyphy.org/api/docs |
Any thoughts on whether this edit would be admissible @dacianstremtan? It would really help me test some critical functionality. |
You are trying to pull information from the galaxy instance into an obervablehq dashboard? |
I am trying to pull information from Galaxy into an ObservableHQ notebook (so ObservableHQ makes the requests to Galaxy). |
That should be fine. As long as you don't push data into galaxy I don't see an issue. |
On galaxy.hyphy.org, we service requests from
https://${USERNAME}.static.observableusercontent.com/
(where${USERNAME}
is the user who owns the ObservableHQ notebook) in our NGINX logs. I think the corresponding edit for Apache would be something like:in
/etc/httpd/conf.d/galaxy.conf
.Normally I’d just make this edit myself, check the configs (seems like
sudo httpd -t
for Apache) and restart thehttpd
. But since this is a (minor) security concern and it’s your system, I figured I’d run this by you and Dacian first.The text was updated successfully, but these errors were encountered: