|
|
@@ -7040,6 +7040,12 @@
|
|
|
<td>The environment slug (e.g., <code>dev</code>, <code>staging</code>, <code>prod</code>)</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+<td><code>organizationSlug</code></td>
|
|
|
+<td>No</td>
|
|
|
+<td>-</td>
|
|
|
+<td>The organization the project is part of. Used for sub-organization setups</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
<td><code>secretsPath</code></td>
|
|
|
<td>No</td>
|
|
|
<td><code>/</code></td>
|
|
|
@@ -7063,6 +7069,10 @@
|
|
|
<p class="admonition-title">Tip</p>
|
|
|
<p>To get your project slug from Infisical, head over to the project settings and click the button <code>Copy Project Slug</code>.</p>
|
|
|
</div>
|
|
|
+<div class="admonition tip">
|
|
|
+<p class="admonition-title">Tip</p>
|
|
|
+<p>To get your organization slug from Infisical, head over to the organization settings. For a standard organization, copy the <code>Organization Slug</code>; for a sub-organization, copy the <code>Sub-Organization Slug</code>.</p>
|
|
|
+</div>
|
|
|
<div class="admonition note">
|
|
|
<p class="admonition-title">Note</p>
|
|
|
<p><code>secretsPath</code> is a default scope for secret lookups, not a security boundary. A <code>remoteRef.key</code> that begins with <code>/</code> is always treated as an absolute path and bypasses <code>secretsPath</code> entirely. To enforce that the operator can only access secrets under a specific path, configure Access Controls in Infisical rather than relying on <code>secretsPath</code>.</p>
|