Actions
User story #11161
closedShare file from shared folder using relay rest api
Status:
Released
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Effort required:
Name check:
Fix check:
Regression:
Description
We should provide a way to download files from shared folder through the relay api.
This would allow to share file to dsc nodes, and allow a new way to share data.
One url:
/rudder/relay-api/shared-folder/path/to/file?hash=<md5hashofFile>
Two endpoints:
HEAD: to check if the file exists and if hash is ok /has changed
GET: download the file
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1370
Updated by Janos Mattyasovszky over 7 years ago
Why md5? the whole world is deprecating md5 for usecases like identifying file content...
Updated by Vincent MEMBRÉ over 7 years ago
You are right, I kept md5 to do like cfengine, But we can switch to another algorithm since it's now ok
Updated by Vincent MEMBRÉ over 7 years ago
- Target version changed from 4.2.0~beta3 to 4.2.0~rc1
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|a0cdac0bca8c49b85e26121bfa3d104e3e557d70.
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.2.0~rc1 which was released today.
- 4.2.0~rc1: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions