Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.0 KiB

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"