misc: doc updates

This commit is contained in:
Sheen
2025-03-18 18:45:43 +00:00
parent 7d9de6acba
commit 5363f8c6ff
2 changed files with 4 additions and 2 deletions

View File

@@ -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.
<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.
</Warning>
## Flags

View File

@@ -113,7 +113,7 @@ data:
token: <base64-encoded-token>
```
#### Environment Variable for Terraform (preferably using a secure vault solution)
#### Environment Variable for Terraform
```bash
export INFISICAL_TOKEN=your-access-token