File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- ` GET /file_formats ` : Base paramater on top of normal JSON Schema, not Process JSON Schema
12
12
- ` PATCH /services/{service_id} ` and ` PATCH /jobs/{job_id} ` : Explicitly allow updating back-end specific properties (as in ` POST ` )
13
13
- ` GET /services/{service_id} ` and ` GET /jobs/{job_id} ` : Explicitly allow listing back-end specific properties (as provided in ` POST ` )
14
+ - ` GET /jobs/{job_id}/results ` : Clarify that signed URLs (used as "canonical" link) should be regenerated each time.
14
15
15
16
## [ 1.2.0] - 2021-05-25
16
17
Original file line number Diff line number Diff line change @@ -4031,9 +4031,11 @@ components:
4031
4031
default.
4032
4032
4033
4033
It is **strongly recommended** to add a link with relation type
4034
- `canonical`, which points to this STAC document using a signed URL.
4035
- This way the STAC metadata can be used by non-openEO clients
4034
+ `canonical` pointing to this STAC document using a signed URL.
4035
+ This signed URL allows consumption of the STAC metadata
4036
+ by (possibly non-openEO) clients and tools
4036
4037
without additional authentication steps.
4038
+ It is recommended to regenerate the signed URL (and its expiry) with each request.
4037
4039
4038
4040
For relation types see the lists of
4039
4041
[common relation types in openEO](#section/API-Principles/Web-Linking).
You can’t perform that action at this time.
0 commit comments