From 5d570bb2948c189b5d9930fdc722e61bec8603d2 Mon Sep 17 00:00:00 2001 From: JoGSal <59185898+JoGSal@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:34:59 -0700 Subject: [PATCH] Documentation: Add warning not to use default password (#20728) Feedback Row 16: Add warning not to use default password. # Checklist for submitter If some of the following don't apply, delete the relevant line. --------- Co-authored-by: JD --- articles/deploy-fleet-on-render.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/articles/deploy-fleet-on-render.md b/articles/deploy-fleet-on-render.md index 1ec25ae1ed..1b5ba740b9 100644 --- a/articles/deploy-fleet-on-render.md +++ b/articles/deploy-fleet-on-render.md @@ -31,7 +31,9 @@ The Fleet server and user interface are packaged into a Docker image and hosted ## Setup Fleet and enroll hosts -The first time you access your Fleet instance you will be prompted with a setup page where you can enter your name, email, and password. Run through those steps to reach the Fleet dashboard. +The first time you access your Fleet instance, you will be prompted with a setup page where you can enter your name, email, and password. Run through those steps to reach the Fleet dashboard. + +> Set a strong and unique password instead of the default password during the setup process. You’ll find the enroll-secret after clicking “Add hosts”. This is a special secret the host will need to register to your Fleet instance. Once you have the enroll-secret you can use `fleetctl` to generate Fleet's agent (fleetd), which makes installing and updating osquery super simple. @@ -86,4 +88,4 @@ That’s it! We have successfully deployed and configured a Fleet instance! Rend - \ No newline at end of file +