dip questions yaml add

This commit is contained in:
ychangkim
2026-06-16 16:37:07 +09:00
parent f4d287abef
commit 6805aa652f
27 changed files with 703 additions and 2 deletions
@@ -0,0 +1,42 @@
questions:
- variable: "$db.postgresqlConfig.password"
label: DB Password
type: password
required: true
default: ""
- variable: infisical.password
label: DB Password
type: hidden
default: "${$db.postgresqlConfig.password}"
- variable: infisical.postgres-password
label: postgres-password
type: hidden
default: ""
- variable: "$storage.credentials.s3.serviceEndpoint"
label: S3 Endpoint
type: string
required: true
default: "https://minio.example.org"
- variable: "$storage.credentials.s3.bucketPath"
label: S3 bucket
type: string
required: true
default: "s3://path"
- variable: infisical.accessKey
label: S3 accessKey
type: string
required: true
default: ""
- variable: infisical.secretKey
label: S3 secretKey
type: password
required: true
default: ""
- variable: infisical.clientId
label: clientId
type: hidden
default: "$KEYCLOAK_CLIENT_ID"
- variable: infisical.clientSecret
label: clientSecret
type: hidden
default: "$KEYCLOAK_CLIENT_SECRET"