From 527021641ba2459204fa9e4124e53c5be25cc703 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:59:55 -0400 Subject: [PATCH] Reference docs: Store bootstrap package outside the Fleet database (#20671) Reference docs and website redirect for the following story: - #19037 --- docs/Configuration/fleet-server-configuration.md | 2 +- website/config/routes.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Configuration/fleet-server-configuration.md b/docs/Configuration/fleet-server-configuration.md index 176d9026e4..89fa9072ee 100644 --- a/docs/Configuration/fleet-server-configuration.md +++ b/docs/Configuration/fleet-server-configuration.md @@ -2154,7 +2154,7 @@ for the email address specified in the Source parameter of SendRawEmail. ##### s3_software_installers_bucket -Name of the S3 bucket for storing software. +Name of the S3 bucket for storing software and bootstrap package. - Default value: none - Environment variable: `FLEET_S3_SOFTWARE_INSTALLERS_BUCKET` diff --git a/website/config/routes.js b/website/config/routes.js index 5fcb4dde18..d6a0470344 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -559,6 +559,7 @@ module.exports.routes = { 'GET /learn-more-about/host-identifiers': '/docs/rest-api/rest-api#get-host-by-identifier', 'GET /learn-more-about/uninstall-fleetd': '/docs/using-fleet/faq#how-can-i-uninstall-fleetd', 'GET /learn-more-about/vulnerability-processing': '/docs/using-fleet/vulnerability-processing', + 'GET /learn-more-about/s3-bootstrap-package': '/docs/configuration/fleet-server-configuration#s-3-software-installers-bucket', // Sitemap // =============================================================================================================