diff --git a/kamelets/aws-cloudwatch-sink.kamelet.yaml b/kamelets/aws-cloudwatch-sink.kamelet.yaml index 11cc39d0c..7a2408f4f 100644 --- a/kamelets/aws-cloudwatch-sink.kamelet.yaml +++ b/kamelets/aws-cloudwatch-sink.kamelet.yaml @@ -78,7 +78,6 @@ spec: title: Default Credentials Provider description: If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -88,7 +87,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:core" diff --git a/kamelets/aws-kinesis-source.kamelet.yaml b/kamelets/aws-kinesis-source.kamelet.yaml index f548660ed..c05696435 100644 --- a/kamelets/aws-kinesis-source.kamelet.yaml +++ b/kamelets/aws-kinesis-source.kamelet.yaml @@ -71,7 +71,6 @@ spec: title: Default Credentials Provider description: If true, the Kinesis client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -81,7 +80,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false delay: title: Delay diff --git a/kamelets/aws-lambda-sink.kamelet.yaml b/kamelets/aws-lambda-sink.kamelet.yaml index 5c5c49276..fa995faec 100644 --- a/kamelets/aws-lambda-sink.kamelet.yaml +++ b/kamelets/aws-lambda-sink.kamelet.yaml @@ -69,7 +69,6 @@ spec: title: Default Credentials Provider description: If true, the Lambda client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-lambda" diff --git a/kamelets/aws-sns-fifo-sink.kamelet.yaml b/kamelets/aws-sns-fifo-sink.kamelet.yaml index 1c4f5d335..17a93b512 100644 --- a/kamelets/aws-sns-fifo-sink.kamelet.yaml +++ b/kamelets/aws-sns-fifo-sink.kamelet.yaml @@ -74,18 +74,15 @@ spec: description: Use content-based deduplication (should be enabled in the SQS FIFO queue first) type: boolean default: false - x-descriptors: autoCreateTopic: title: Autocreate Topic description: Setting the autocreation of the SNS topic. type: boolean - x-descriptors: default: false useDefaultCredentialsProvider: title: Default Credentials Provider description: Set whether the SNS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -95,7 +92,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-sns" diff --git a/kamelets/azure-cosmosdb-source.kamelet.yaml b/kamelets/azure-cosmosdb-source.kamelet.yaml index 4869ae048..963cf235b 100644 --- a/kamelets/azure-cosmosdb-source.kamelet.yaml +++ b/kamelets/azure-cosmosdb-source.kamelet.yaml @@ -67,13 +67,11 @@ spec: title: Autocreate Lease Database description: Sets if the component should create Cosmos lease database for the consumer automatically in case it doesn’t exist in Cosmos account. type: boolean - x-descriptors: default: false createLeaseContainerIfNotExists: title: Autocreate Lease Container description: Sets if the component should create Cosmos lease container for the consumer automatically in case it doesn’t exist in Cosmos database. type: boolean - x-descriptors: default: false databaseEndpoint: title: Database Endpoint diff --git a/kamelets/http-secured-source.kamelet.yaml b/kamelets/http-secured-source.kamelet.yaml index ee0e079c7..83c335ebc 100644 --- a/kamelets/http-secured-source.kamelet.yaml +++ b/kamelets/http-secured-source.kamelet.yaml @@ -61,7 +61,6 @@ spec: title: Authentication Preemptive description: If this option is true, camel-http sends preemptive basic authentication to the server. type: boolean - x-descriptors: default: false authUsername: title: Authentication Username diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml index 11cc39d0c..7a2408f4f 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml @@ -78,7 +78,6 @@ spec: title: Default Credentials Provider description: If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -88,7 +87,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:core" diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml index f548660ed..c05696435 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml @@ -71,7 +71,6 @@ spec: title: Default Credentials Provider description: If true, the Kinesis client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -81,7 +80,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false delay: title: Delay diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml index 5c5c49276..fa995faec 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml @@ -69,7 +69,6 @@ spec: title: Default Credentials Provider description: If true, the Lambda client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-lambda" diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml index 1c4f5d335..17a93b512 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml @@ -74,18 +74,15 @@ spec: description: Use content-based deduplication (should be enabled in the SQS FIFO queue first) type: boolean default: false - x-descriptors: autoCreateTopic: title: Autocreate Topic description: Setting the autocreation of the SNS topic. type: boolean - x-descriptors: default: false useDefaultCredentialsProvider: title: Default Credentials Provider description: Set whether the SNS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -95,7 +92,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-sns" diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml index 4869ae048..963cf235b 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml @@ -67,13 +67,11 @@ spec: title: Autocreate Lease Database description: Sets if the component should create Cosmos lease database for the consumer automatically in case it doesn’t exist in Cosmos account. type: boolean - x-descriptors: default: false createLeaseContainerIfNotExists: title: Autocreate Lease Container description: Sets if the component should create Cosmos lease container for the consumer automatically in case it doesn’t exist in Cosmos database. type: boolean - x-descriptors: default: false databaseEndpoint: title: Database Endpoint diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml index ee0e079c7..83c335ebc 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml @@ -61,7 +61,6 @@ spec: title: Authentication Preemptive description: If this option is true, camel-http sends preemptive basic authentication to the server. type: boolean - x-descriptors: default: false authUsername: title: Authentication Username