Skip to content

Commit 4250e31

Browse files
soxofaanm-mohr
andauthored
Issue #508 Clarify updating expiration of signed URL (#516)
Co-authored-by: Matthias Mohr <m.mohr@uni-muenster.de>
1 parent d5ba280 commit 4250e31

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- `GET /file_formats`: Base paramater on top of normal JSON Schema, not Process JSON Schema
1818
- `PATCH /services/{service_id}` and `PATCH /jobs/{job_id}`: Explicitly allow updating back-end specific properties (as in `POST`)
1919
- `GET /services/{service_id}` and `GET /jobs/{job_id}`: Explicitly allow listing back-end specific properties (as provided in `POST`)
20+
- `GET /jobs/{job_id}/results`: Clarify that signed URLs (used as "canonical" link) should be regenerated each time.
2021
- Clarified for log levels which default values apply
2122
- Clarified how the relation types `license`, `version-history` and `author` can be used to enrich the process metadata. [#531](https://github.com/Open-EO/openeo-api/issues/531)
2223
- Clarified the behaviour of `federation:backends` for `POST /validation`

openapi.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4033,9 +4033,11 @@ components:
40334033
default.
40344034
40354035
It is **strongly recommended** to add a link with relation type
4036-
`canonical`, which points to this STAC document using a signed URL.
4037-
This way the STAC metadata can be used by non-openEO clients
4036+
`canonical` pointing to this STAC document using a signed URL.
4037+
This signed URL allows consumption of the STAC metadata
4038+
by (possibly non-openEO) clients and tools
40384039
without additional authentication steps.
4040+
It is recommended to regenerate the signed URL (and its expiry) with each request.
40394041
40404042
For relation types see the lists of
40414043
[common relation types in openEO](#section/API-Principles/Web-Linking).

0 commit comments

Comments
 (0)