-
Notifications
You must be signed in to change notification settings - Fork 12
clarification: canonical (signed) batch job result URL + partial query param? #507
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
Labels
Milestone
Comments
See PR #513 for an updated view on this. |
soxofaan
added a commit
to soxofaan/openeo-api
that referenced
this issue
Sep 29, 2023
…clude query parameters
soxofaan
added a commit
to soxofaan/openeo-api
that referenced
this issue
Feb 7, 2025
…y parameters in canonical URL
soxofaan
added a commit
to soxofaan/openeo-api
that referenced
this issue
Feb 7, 2025
…y parameters in canonical URL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on crossbackend job execution in aggeragtor (Open-EO/openeo-aggregator#115).
One of the pieces of the current solution we aim for is leveraging "partial" result listings through the
partial
parameter e.g./jobs/{job_id}/results?partial=true
.However we also require signed URLs through a "canonical" link in
/jobs/{job_id}/results
, e.g. possiblyhttps://whatever.com/azerty123
(where theazerty123
is an opaque blob that securely can be resolved to the original batch job result listing)It is not completely clear how the
partial=true
should be included in the signed URL: should it be encoded automatically in the opaque blob, or should the user add it explicitly, e.g.https://whatever.com/azerty123?partial=true
?I guess it's the former, but we might have to clarify that a bit .
E.g. current description state:
e.g.
The text was updated successfully, but these errors were encountered: