You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2021/06/20 02:02:45 UTC

[airavata-custos] branch develop updated (7f76348 -> b37a1f2)

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

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


    from 7f76348  Merge pull request #211 from isururanawaka/sdk_update
     new b73259b  Resource secret service#updateCertificate
     new dbb65e7  ResourceSecret#updateCertificateCredentials
     new b37a1f2  Merge pull request #212 from isururanawaka/sdk_update

The 411 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:
 .../secret/client/ResourceSecretClient.java        |   4 ++
 .../custos/sharing/client/SharingClient.java       |   1 +
 .../manager/adaptor/outbound/CredentialWriter.java |  44 +++++++++++++++++++++
 .../secret/service/ResourceSecretService.java      |  32 +++++++++++++++
 .../src/main/proto/ResourceSecretService.proto     |   1 +
 .../protos/ResourceSecretManagementService.proto   |   8 ++++
 .../resources/protos/ResourceSecretService.proto   |   1 +
 .../resource-secret-management-service.pb          | Bin 101371 -> 102155 bytes
 .../interceptors/AuthInterceptorImpl.java          |  14 +++++++
 .../service/ResourceSecretManagementService.java   |  17 ++++++++
 .../proto/ResourceSecretManagementService.proto    |   8 ++++
 11 files changed, 130 insertions(+)