This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c827dea0fa [create-pull-request] automated change (#602)
9c827dea0fa is described below

commit 9c827dea0fa5c4e989dcb1a9b258f90f4a65f149
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 1 07:12:18 2022 +0200

    [create-pull-request] automated change (#602)
    
    Co-authored-by: oscerd <osc...@users.noreply.github.com>
---
 .../resources/org/apache/camel/springboot/catalog/components/sftp.json  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
index a293e257e6b..1a854787bbd 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
@@ -160,6 +160,8 @@
     "privateKeyFile": { "kind": "parameter", "displayName": "Private Key 
File", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set the private key file 
so that the SFTP endpoint can do private key verification." },
     "privateKeyPassphrase": { "kind": "parameter", "displayName": "Private Key 
Passphrase", "group": "security", "label": "security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set the private key file 
passphrase so that the SFTP endpoint can do private key verification." },
     "privateKeyUri": { "kind": "parameter", "displayName": "Private Key Uri", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set the private key file 
(loaded from classpath by default) so that the SFTP endpoint can do private key 
veri [...]
+    "publicKeyAcceptedAlgorithms": { "kind": "parameter", "displayName": 
"Public Key Accepted Algorithms", "group": "security", "label": "security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set a comma separated 
list of public key accepted algorithms. Some examples inc [...]
+    "serverHostKeys": { "kind": "parameter", "displayName": "Server Host 
Keys", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set a comma separated 
list of algorithms supported for the server host key. Some examples include: 
ssh-ed2 [...]
     "strictHostKeyChecking": { "kind": "parameter", "displayName": "Strict 
Host Key Checking", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "no", "yes" 
], "deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"no", "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Sets whether to use 
strict host key checking." },
     "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Username to use for 
login" },
     "useUserKnownHostsFile": { "kind": "parameter", "displayName": "Use User 
Known Hosts File", "group": "security", "label": "security", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "If knownHostFile has not 
been explicit configured then use the host file fro [...]

Reply via email to