mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
Feedback + small docs update
This commit is contained in:
@@ -135,4 +135,3 @@ DATADOG_HOSTNAME=
|
|||||||
|
|
||||||
# kubernetes
|
# kubernetes
|
||||||
KUBERNETES_AUTO_FETCH_SERVICE_ACCOUNT_TOKEN=false
|
KUBERNETES_AUTO_FETCH_SERVICE_ACCOUNT_TOKEN=false
|
||||||
INFISICAL_KUBERNETES_SERVICE_ACCOUNT_TOKEN_PATH=
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ const databaseReadReplicaSchema = z
|
|||||||
const envSchema = z
|
const envSchema = z
|
||||||
.object({
|
.object({
|
||||||
INFISICAL_PLATFORM_VERSION: zpStr(z.string().optional()),
|
INFISICAL_PLATFORM_VERSION: zpStr(z.string().optional()),
|
||||||
INFISICAL_KUBERNETES_SERVICE_ACCOUNT_TOKEN_PATH: zpStr(z.string().optional()),
|
|
||||||
KUBERNETES_AUTO_FETCH_SERVICE_ACCOUNT_TOKEN: zodStrBool.default("false"),
|
KUBERNETES_AUTO_FETCH_SERVICE_ACCOUNT_TOKEN: zodStrBool.default("false"),
|
||||||
PORT: z.coerce.number().default(IS_PACKAGED ? 8080 : 4000),
|
PORT: z.coerce.number().default(IS_PACKAGED ? 8080 : 4000),
|
||||||
DISABLE_SECRET_SCANNING: z
|
DISABLE_SECRET_SCANNING: z
|
||||||
|
|||||||
@@ -59,6 +59,15 @@ Example values:
|
|||||||
connect with internal/private IP addresses.
|
connect with internal/private IP addresses.
|
||||||
</ParamField>
|
</ParamField>
|
||||||
|
|
||||||
|
<ParamField
|
||||||
|
query="KUBERNETES_AUTO_FETCH_SERVICE_ACCOUNT_TOKEN"
|
||||||
|
type="bool"
|
||||||
|
default="false"
|
||||||
|
optional
|
||||||
|
>
|
||||||
|
Determines whether your Infisical instance can automatically read the service account token of the pod it's running on. Used for features such as the IRSA auth method.
|
||||||
|
</ParamField>
|
||||||
|
|
||||||
## CORS
|
## CORS
|
||||||
|
|
||||||
Cross-Origin Resource Sharing (CORS) is a security feature that allows web applications running on one domain to access resources from another domain.
|
Cross-Origin Resource Sharing (CORS) is a security feature that allows web applications running on one domain to access resources from another domain.
|
||||||
|
|||||||
Reference in New Issue
Block a user