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

lahirujayathilake pushed a change to branch custos-signer
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


    from 4c34533f3 support key generation using the types RSA and ECDSA
     new 2ca928180 make sure the proto stubs are generated before building core 
and access-ci-service modules
     new 9527c863f generate test JWT tokens for testing
     new f219899f1 Fix SSH cert public key handling and OpenSSH private key 
encoding for RSA/ECDSA
     new a82fc6e20 Updated the principal extraction

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 access-ci-service/pom.xml                          |   2 +-
 core/pom.xml                                       |   2 +-
 signer/signer-sdk-core/pom.xml                     |   5 +
 .../apache/custos/signer/sdk/util/SshKeyUtils.java | 146 +++++++++++++++++++--
 .../signer/sdk/SshClientIntegrationTest.java       |  12 +-
 .../signer/sdk/util/TestJwtTokenGenerator.java     | 104 +++++++++++++++
 .../signer/service/ca/SshCertificateSigner.java    |  60 ++++++---
 7 files changed, 299 insertions(+), 32 deletions(-)
 create mode 100644 
signer/signer-sdk-core/src/test/java/org/apache/custos/signer/sdk/util/TestJwtTokenGenerator.java

Reply via email to