Skip to content

Commit aa657a8

Browse files
committed
Issue Open-EO#508 Clarify updating expiration of signed URL
1 parent 9555433 commit aa657a8

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
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- `GET /file_formats`: Base paramater on top of normal JSON Schema, not Process JSON Schema
1212
- `PATCH /services/{service_id}` and `PATCH /jobs/{job_id}`: Explicitly allow updating back-end specific properties (as in `POST`)
1313
- `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.
1415

1516
## [1.2.0] - 2021-05-25
1617

openapi.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4031,9 +4031,11 @@ components:
40314031
default.
40324032
40334033
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
40364037
without additional authentication steps.
4038+
It is recommended to regenerate the signed URL (and its expiry) with each request.
40374039
40384040
For relation types see the lists of
40394041
[common relation types in openEO](#section/API-Principles/Web-Linking).

0 commit comments

Comments
 (0)