blob: da30450364fa8e0bdd412c6c57998c0a1224cff0 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.hwcloudiam.CamelHwcloudiamSinkConnector",
"artifactId": "camel-hwcloud-iam-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-hwcloud-iam-sink",
"type": "sink",
"version": "0.11.6-SNAPSHOT",
"description": "To securely manage users on Huawei Cloud"
},
"properties": {
"camel.sink.path.operation": {
"name": "camel.sink.path.operation",
"description": "Operation to be performed",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.authenticationKey": {
"name": "camel.sink.endpoint.authenticationKey",
"description": "Authentication key for the cloud user",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.groupId": {
"name": "camel.sink.endpoint.groupId",
"description": "Group ID to perform operation with",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.ignoreSslVerification": {
"name": "camel.sink.endpoint.ignoreSslVerification",
"description": "Ignore SSL verification",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "Proxy server ip\/hostname",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPassword": {
"name": "camel.sink.endpoint.proxyPassword",
"description": "Proxy authentication password",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "Proxy server port",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyUser": {
"name": "camel.sink.endpoint.proxyUser",
"description": "Proxy authentication user",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.region": {
"name": "camel.sink.endpoint.region",
"description": "IAM service region",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "Secret key for the cloud user",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.serviceKeys": {
"name": "camel.sink.endpoint.serviceKeys",
"description": "Configuration object for cloud service authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.userId": {
"name": "camel.sink.endpoint.userId",
"description": "User ID to perform operation with",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hwcloud-iam.lazyStartProducer": {
"name": "camel.component.hwcloud-iam.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hwcloud-iam.autowiredEnabled": {
"name": "camel.component.hwcloud-iam.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}