elastic / elastic/fleet-server
[Fleet Server] Support configurable file upload parameters
Open
Team:Elastic-Agent-Control-Plane
- Dominant language
- Go
- Stars
- 113
- Forks
- 117
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 112
Description
File upload endpoints have hard coded configuration options:
https://github.com/elastic/fleet-server/blob/main/internal/pkg/api/handleUpload.go#L33-L34
These options should be configurable through fleet-server's policy (max file size, time limit).
Note the max file size limit is currently shared between upload/download endpoints, we will want to split these into two options
Contributor guide
Assessment
This issue has not been assessed yet.