42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
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" |