generated from camel.apache.org/component
263 lines
8.7 KiB
JSON
263 lines
8.7 KiB
JSON
|
|
{
|
||
|
|
"component": {
|
||
|
|
"kind": "component",
|
||
|
|
"name": "hashicorp-vault",
|
||
|
|
"title": "Hashicorp Vault",
|
||
|
|
"description": "Manage secrets in Hashicorp Vault Service",
|
||
|
|
"deprecated": false,
|
||
|
|
"firstVersion": "3.18.0",
|
||
|
|
"label": "cloud,cloud",
|
||
|
|
"javaType": "org.apache.camel.component.hashicorp.vault.HashicorpVaultComponent",
|
||
|
|
"supportLevel": "Stable",
|
||
|
|
"metadata": {
|
||
|
|
"vault": "hashicorp-vault"
|
||
|
|
},
|
||
|
|
"groupId": "org.apache.camel",
|
||
|
|
"artifactId": "camel-hashicorp-vault",
|
||
|
|
"version": "4.10.2",
|
||
|
|
"scheme": "hashicorp-vault",
|
||
|
|
"extendsScheme": "",
|
||
|
|
"syntax": "hashicorp-vault:secretsEngine",
|
||
|
|
"async": false,
|
||
|
|
"api": false,
|
||
|
|
"consumerOnly": false,
|
||
|
|
"producerOnly": true,
|
||
|
|
"lenientProperties": false,
|
||
|
|
"browsable": false,
|
||
|
|
"remote": true
|
||
|
|
},
|
||
|
|
"headers": {
|
||
|
|
"CamelHashicorpVaultProducerOperation": {
|
||
|
|
"index": 0,
|
||
|
|
"kind": "header",
|
||
|
|
"displayName": "",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "producer",
|
||
|
|
"required": false,
|
||
|
|
"javaType": "String",
|
||
|
|
"deprecated": false,
|
||
|
|
"deprecationNote": "",
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"description": "Overrides the desired operation to be used in the producer.",
|
||
|
|
"constantName": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConstants#OPERATION"
|
||
|
|
},
|
||
|
|
"CamelHashicorpVaultSecretPath": {
|
||
|
|
"index": 1,
|
||
|
|
"kind": "header",
|
||
|
|
"displayName": "",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "producer",
|
||
|
|
"required": false,
|
||
|
|
"javaType": "String",
|
||
|
|
"deprecated": false,
|
||
|
|
"deprecationNote": "",
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"description": "Set the desired secret path as header.",
|
||
|
|
"constantName": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConstants#SECRET_PATH"
|
||
|
|
},
|
||
|
|
"CamelHashicorpVaultSecretVersion": {
|
||
|
|
"index": 2,
|
||
|
|
"kind": "header",
|
||
|
|
"displayName": "",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "producer",
|
||
|
|
"required": false,
|
||
|
|
"javaType": "String",
|
||
|
|
"deprecated": false,
|
||
|
|
"deprecationNote": "",
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"description": "Set the desired secret version as header.",
|
||
|
|
"constantName": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConstants#SECRET_VERSION"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"properties": {
|
||
|
|
"secretsEngine": {
|
||
|
|
"index": 0,
|
||
|
|
"kind": "path",
|
||
|
|
"displayName": "Secrets Engine",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "string",
|
||
|
|
"javaType": "java.lang.String",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Vault Name to be used"
|
||
|
|
},
|
||
|
|
"cloud": {
|
||
|
|
"index": 1,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Cloud",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "boolean",
|
||
|
|
"javaType": "boolean",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"defaultValue": false,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Determine if the Hashicorp Vault is deployed on Hashicorp Cloud or not"
|
||
|
|
},
|
||
|
|
"host": {
|
||
|
|
"index": 2,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Host",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "string",
|
||
|
|
"javaType": "java.lang.String",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Hashicorp Vault instance host to be used"
|
||
|
|
},
|
||
|
|
"namespace": {
|
||
|
|
"index": 3,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Namespace",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "string",
|
||
|
|
"javaType": "java.lang.String",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "If the Hashicorp Vault instance is deployed on Hashicorp Cloud, this field will determine the namespace"
|
||
|
|
},
|
||
|
|
"operation": {
|
||
|
|
"index": 4,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Operation",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "producer",
|
||
|
|
"required": false,
|
||
|
|
"type": "object",
|
||
|
|
"javaType": "org.apache.camel.component.hashicorp.vault.HashicorpVaultOperation",
|
||
|
|
"enum": [
|
||
|
|
"createSecret",
|
||
|
|
"getSecret",
|
||
|
|
"deleteSecret",
|
||
|
|
"listSecrets"
|
||
|
|
],
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Operation to be performed"
|
||
|
|
},
|
||
|
|
"port": {
|
||
|
|
"index": 5,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Port",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "string",
|
||
|
|
"javaType": "java.lang.String",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"defaultValue": "8200",
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Hashicorp Vault instance port to be used"
|
||
|
|
},
|
||
|
|
"scheme": {
|
||
|
|
"index": 6,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Scheme",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "string",
|
||
|
|
"javaType": "java.lang.String",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"defaultValue": "https",
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Hashicorp Vault instance scheme to be used"
|
||
|
|
},
|
||
|
|
"secretPath": {
|
||
|
|
"index": 7,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Secret Path",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "string",
|
||
|
|
"javaType": "java.lang.String",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Hashicorp Vault instance secret Path to be used"
|
||
|
|
},
|
||
|
|
"vaultTemplate": {
|
||
|
|
"index": 8,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Vault Template",
|
||
|
|
"group": "producer",
|
||
|
|
"label": "",
|
||
|
|
"required": false,
|
||
|
|
"type": "object",
|
||
|
|
"javaType": "org.springframework.vault.core.VaultTemplate",
|
||
|
|
"deprecated": false,
|
||
|
|
"deprecationNote": "",
|
||
|
|
"autowired": true,
|
||
|
|
"secret": false,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Instance of Vault template"
|
||
|
|
},
|
||
|
|
"lazyStartProducer": {
|
||
|
|
"index": 9,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Lazy Start Producer",
|
||
|
|
"group": "producer (advanced)",
|
||
|
|
"label": "producer,advanced",
|
||
|
|
"required": false,
|
||
|
|
"type": "boolean",
|
||
|
|
"javaType": "boolean",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": false,
|
||
|
|
"defaultValue": false,
|
||
|
|
"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."
|
||
|
|
},
|
||
|
|
"token": {
|
||
|
|
"index": 10,
|
||
|
|
"kind": "parameter",
|
||
|
|
"displayName": "Token",
|
||
|
|
"group": "security",
|
||
|
|
"label": "security",
|
||
|
|
"required": false,
|
||
|
|
"type": "string",
|
||
|
|
"javaType": "java.lang.String",
|
||
|
|
"deprecated": false,
|
||
|
|
"autowired": false,
|
||
|
|
"secret": true,
|
||
|
|
"configurationClass": "org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration",
|
||
|
|
"configurationField": "configuration",
|
||
|
|
"description": "Token to be used"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|