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.
25 lines
550 B
25 lines
550 B
questions:
|
|
- variable: "infisical.password"
|
|
label: Init password
|
|
type: hidden
|
|
default: ""
|
|
- variable: "$starrocksFESpec.config.endpoint"
|
|
label: S3 Endpoint
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: "$starrocksFESpec.config.accesskey"
|
|
label: S3 AccessKey
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: "$starrocksFESpec.config.secretkey"
|
|
label: S3 SecretKey
|
|
type: password
|
|
required: true
|
|
default: ""
|
|
- variable: "$starrocksFESpec.config.path"
|
|
label: S3 Path
|
|
type: string
|
|
required: true
|
|
default: "" |