This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Endpoint for the data provider (9164) #44
Comments
the default config will also need to be adjusted to make sure the Location header points at the proxy |
PVince81
changed the title
Endpoint for the data provider (9160)
Endpoint for the data provider (9160 / 9164)
Jun 4, 2020
PVince81
changed the title
Endpoint for the data provider (9160 / 9164)
Endpoint for the data provider (9164)
Jun 4, 2020
it seems that with EOS the port would be 9160 but for OC data it's 9164, so it might need multiple routes ? |
as discussed with @felixboehm, we must provide this to have everything accessible behind a single port |
reva has a datagateway service which we are starting with ocis-reva as part of the frontend cmd. Three things need to be configured to have everything routed through a single entrypoint:
|
as I understand this will be: -> proxy (port?) -> datagateway (port?) -> OC storage 9164 |
6 tasks
This was referenced Jun 12, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So far, when uploading with TUS, the clients receive a Location header that usually points directly to the port 9164
As far as I understand in deployment scenarios where the proxy is used, we'd want to have that one also routed through the proxy.
We could provide an endpoint "/data" and forward it to 9164.
@butonic does that make sense ?
The text was updated successfully, but these errors were encountered: