You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/04/26 15:06:13 UTC

[camel] branch regen_bot updated (c8c67a3 -> 9e58f40)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c8c67a3  CAMEL-16465 - Camel-AWS: Add useDefaultCredentialProvider option to all the components - CloudWatch component
     add 9e58f40  [CAMEL-16554] Add support for private keys with OPENSSH PRIVATE KEY header (#5467)

No new revisions were added by this update.

Summary of changes:
 .../ssh/ResourceHelperKeyPairProvider.java         | 32 ++++++++++++++++++++
 .../component/ssh/SshComponentSecurityTest.java    | 35 ++++++++++++++++++++++
 components/camel-ssh/src/test/resources/eddsa.pem  |  7 +++++
 .../camel-ssh/src/test/resources/eddsa.pem.pub     |  1 +
 .../camel-ssh/src/test/resources/enceddsa.pem      |  8 +++++
 .../camel-ssh/src/test/resources/enceddsa.pem.pub  |  1 +
 6 files changed, 84 insertions(+)
 create mode 100644 components/camel-ssh/src/test/resources/eddsa.pem
 create mode 100644 components/camel-ssh/src/test/resources/eddsa.pem.pub
 create mode 100644 components/camel-ssh/src/test/resources/enceddsa.pem
 create mode 100644 components/camel-ssh/src/test/resources/enceddsa.pem.pub