mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 21:18:29 +00:00
For #24868 (subtask) # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [x] Added/updated automated tests - [x] Manual QA for all new/changed functionality
4 lines
300 B
Text
4 lines
300 B
Text
Allow delivery of bootstrap packages and software installers using signed URLs from CloudFront CDN. To enable, configure server settings:
|
|
- s3_software_installers_cloudfront_url
|
|
- s3_software_installers_cloudfront_url_signing_public_key_id
|
|
- s3_software_installers_cloudfront_url_signing_private_key
|