docs(eng-5200): document domain in .infisical.json and INFISICAL_DOMAIN#6797
Conversation
|
💬 Discussion in Slack: #pr-review-infisical-6797-docs-eng-5200-document-domain-in-infisical-json-and-inf Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
|
| Filename | Overview |
|---|---|
| docs/cli/project-config.mdx | Adds a new "Set the Infisical instance domain" section with JSON example, precedence list, and a supply-chain warning; precedence of INFISICAL_API_URL relative to INFISICAL_DOMAIN is not specified, and the acceptance of http:// URLs for a secrets manager is undercommunicated. |
| docs/cli/usage.mdx | Replaces INFISICAL_API_URL with INFISICAL_DOMAIN throughout, adds a .infisical.json tab, updates the self-hosting FAQ, and clarifies precedence; changes are consistent and accurate. |
Reviews (1): Last reviewed commit: "docs(eng-5200): document domain in .infi..." | Re-trigger Greptile
d3fc9b3 to
191a38a
Compare
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
- Add a `domain` field section to the project config doc, with precedence and a trust warning - Update CLI usage doc to recommend INFISICAL_DOMAIN (legacy INFISICAL_API_URL still honored) and add the .infisical.json option
- State INFISICAL_DOMAIN wins over legacy INFISICAL_API_URL when both are set - Recommend https and warn that http sends secrets/credentials in plaintext
191a38a to
af69be9
Compare
Documents the CLI domain configuration added in Infisical/cli#256.
docs/cli/project-config.mdx— new "Set the Infisical instance domain" section covering thedomainfield, full precedence (--domain>INFISICAL_DOMAIN>.infisical.jsondomain> default), thehttp(s)validation, and a trust warning since the file is usually committeddocs/cli/usage.mdx— recommendINFISICAL_DOMAINover the now-legacyINFISICAL_API_URL(still honored), add a.infisical.jsontab, and document precedence; updated the self-hosting FAQ to matchCompanion to the CLI PR Infisical/cli#256 (ENG-5200). Version-history notes referencing
INFISICAL_API_URLfor pre-v0.4.0 are left as-is since they describe older releases.