From 4c3466950400ee890d0367c989e46e187b2bb9df Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:32:16 +0000 Subject: [PATCH] Add component definition: openstack-keystone --- component.json | 320 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 320 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..d640ee8 --- /dev/null +++ b/component.json @@ -0,0 +1,320 @@ +{ + "component": { + "kind": "component", + "name": "openstack-keystone", + "title": "OpenStack Keystone", + "description": "Access OpenStack Keystone for API client authentication, service discovery and distributed multi-tenant authorization.", + "deprecated": false, + "firstVersion": "2.19.0", + "label": "container", + "javaType": "org.apache.camel.component.openstack.keystone.KeystoneComponent", + "supportLevel": "Stable", + "groupId": "org.apache.camel", + "artifactId": "camel-openstack", + "version": "4.10.2", + "scheme": "openstack-keystone", + "extendsScheme": "", + "syntax": "openstack-keystone:host", + "async": false, + "api": false, + "consumerOnly": false, + "producerOnly": true, + "lenientProperties": false, + "browsable": false, + "remote": true + }, + "headers": { + "description": { + "index": 0, + "kind": "header", + "displayName": "", + "group": "producer", + "label": "", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "The description.", + "constantName": "org.apache.camel.component.openstack.keystone.KeystoneConstants#DESCRIPTION" + }, + "domainId": { + "index": 1, + "kind": "header", + "displayName": "", + "group": "group project user", + "label": "group project user", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "ID of the domain.", + "constantName": "org.apache.camel.component.openstack.keystone.KeystoneConstants#DOMAIN_ID" + }, + "parentId": { + "index": 2, + "kind": "header", + "displayName": "", + "group": "project", + "label": "project", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "The parent project ID.", + "constantName": "org.apache.camel.component.openstack.keystone.KeystoneConstants#PARENT_ID" + }, + "password": { + "index": 3, + "kind": "header", + "displayName": "", + "group": "user", + "label": "user", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "User's password.", + "constantName": "org.apache.camel.component.openstack.keystone.KeystoneConstants#PASSWORD" + }, + "email": { + "index": 4, + "kind": "header", + "displayName": "", + "group": "user", + "label": "user", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "User's email.", + "constantName": "org.apache.camel.component.openstack.keystone.KeystoneConstants#EMAIL" + }, + "userId": { + "index": 5, + "kind": "header", + "displayName": "", + "group": "group", + "label": "group", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "ID of the user.", + "constantName": "org.apache.camel.component.openstack.keystone.KeystoneConstants#USER_ID" + }, + "groupId": { + "index": 6, + "kind": "header", + "displayName": "", + "group": "group", + "label": "group", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "ID of the group.", + "constantName": "org.apache.camel.component.openstack.keystone.KeystoneConstants#GROUP_ID" + }, + "operation": { + "index": 7, + "kind": "header", + "displayName": "", + "group": "producer", + "label": "", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "The operation to perform.", + "constantName": "org.apache.camel.component.openstack.common.OpenstackConstants#OPERATION" + }, + "ID": { + "index": 8, + "kind": "header", + "displayName": "", + "group": "producer", + "label": "", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "The ID.", + "constantName": "org.apache.camel.component.openstack.common.OpenstackConstants#ID" + }, + "name": { + "index": 9, + "kind": "header", + "displayName": "", + "group": "producer", + "label": "", + "required": false, + "javaType": "String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "The name.", + "constantName": "org.apache.camel.component.openstack.common.OpenstackConstants#NAME" + } + }, + "properties": { + "host": { + "index": 0, + "kind": "path", + "displayName": "Host", + "group": "producer", + "label": "", + "required": true, + "type": "string", + "javaType": "java.lang.String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "OpenStack host url" + }, + "config": { + "index": 1, + "kind": "parameter", + "displayName": "Config", + "group": "producer", + "label": "", + "required": false, + "type": "object", + "javaType": "org.openstack4j.core.transport.Config", + "deprecated": false, + "autowired": false, + "secret": false, + "description": "OpenStack configuration" + }, + "domain": { + "index": 2, + "kind": "parameter", + "displayName": "Domain", + "group": "producer", + "label": "", + "required": false, + "type": "string", + "javaType": "java.lang.String", + "deprecated": false, + "autowired": false, + "secret": false, + "defaultValue": "default", + "description": "Authentication domain" + }, + "operation": { + "index": 3, + "kind": "parameter", + "displayName": "Operation", + "group": "producer", + "label": "", + "required": false, + "type": "string", + "javaType": "java.lang.String", + "deprecated": false, + "autowired": false, + "secret": false, + "description": "The operation to do" + }, + "password": { + "index": 4, + "kind": "parameter", + "displayName": "Password", + "group": "producer", + "label": "", + "required": true, + "type": "string", + "javaType": "java.lang.String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": true, + "description": "OpenStack password" + }, + "project": { + "index": 5, + "kind": "parameter", + "displayName": "Project", + "group": "producer", + "label": "", + "required": true, + "type": "string", + "javaType": "java.lang.String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "The project ID" + }, + "subsystem": { + "index": 6, + "kind": "parameter", + "displayName": "Subsystem", + "group": "producer", + "label": "", + "required": true, + "type": "string", + "javaType": "java.lang.String", + "enum": [ + "regions", + "domains", + "projects", + "users", + "groups" + ], + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": false, + "description": "OpenStack Keystone subsystem" + }, + "username": { + "index": 7, + "kind": "parameter", + "displayName": "Username", + "group": "producer", + "label": "", + "required": true, + "type": "string", + "javaType": "java.lang.String", + "deprecated": false, + "deprecationNote": "", + "autowired": false, + "secret": true, + "description": "OpenStack username" + }, + "lazyStartProducer": { + "index": 8, + "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." + } + } +} \ No newline at end of file