From 5363f8c6ffaba4e36ce94fde0006d089ec3fb8fe Mon Sep 17 00:00:00 2001 From: Sheen <65645666+sheensantoscapadngan@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:45:43 +0000 Subject: [PATCH] misc: doc updates --- docs/cli/commands/bootstrap.mdx | 4 +++- docs/self-hosting/guides/automated-bootstrapping.mdx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cli/commands/bootstrap.mdx b/docs/cli/commands/bootstrap.mdx index abe1c25d5..0d6b79b3d 100644 --- a/docs/cli/commands/bootstrap.mdx +++ b/docs/cli/commands/bootstrap.mdx @@ -18,7 +18,9 @@ The `infisical bootstrap` command is used when deploying Infisical in automated The command initializes a fresh Infisical instance by creating an admin user, organization, and instance admin machine identity, enabling subsequent programmatic configuration without human intervention. -**Security Warning**: This command creates an instance admin machine identity with the highest level of privileges. The returned token should be treated with the utmost security, similar to a root credential. Unauthorized access to this token could compromise your entire Infisical instance. + + This command creates an instance admin machine identity with the highest level of privileges. The returned token should be treated with the utmost security, similar to a root credential. Unauthorized access to this token could compromise your entire Infisical instance. + ## Flags diff --git a/docs/self-hosting/guides/automated-bootstrapping.mdx b/docs/self-hosting/guides/automated-bootstrapping.mdx index 26ec95a2a..14e4845d6 100644 --- a/docs/self-hosting/guides/automated-bootstrapping.mdx +++ b/docs/self-hosting/guides/automated-bootstrapping.mdx @@ -113,7 +113,7 @@ data: token: ``` -#### Environment Variable for Terraform (preferably using a secure vault solution) +#### Environment Variable for Terraform ```bash export INFISICAL_TOKEN=your-access-token