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 f01844e  Merge pull request #98 from isururanawaka/sharing_service
     new c7b19f7  Bug fixing in sharing management
     new b5385bd  update keycloak certificate
     new 4228de7  Fixes for airavata integration
     new c04ba49  formatting
     new dd6468f  Merge pull request #100 from isururanawaka/sharing_service

The 277 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:
 .../management/client/UserManagementClient.java    |   4 ++
 .../iam/admin/client/IamAdminServiceClient.java    |   4 ++
 .../apache/custos/iam/service/IamAdminService.java |  41 +++++++++++++++++++++
 .../src/main/proto/IamAdminService.proto           |   8 +++-
 .../resources/keycloak-client-truststore.pkcs12    | Bin 1682 -> 1674 bytes
 .../resources/keycloak-client-truststore.pkcs12    | Bin 1682 -> 1674 bytes
 .../apache/custos/sharing/mapper/EntityMapper.java |   3 +-
 .../custos/sharing/mapper/SharingMapper.java       |   1 +
 .../repository/SearchEntityRepositoryImpl.java     |   6 +--
 .../persistance/repository/SharingRepository.java  |   9 +++++
 .../custos/sharing/service/SharingService.java     |  28 ++++++++------
 .../src/main/proto/SharingService.proto            |  11 ++++++
 .../src/main/resources/themes/htrc/login/error.ftl |   8 +++-
 .../src/main/resources/themes/htrc/login/login.ftl |   8 +++-
 .../resources/themes/htrc/login/theme.properties   |  26 ++++++-------
 .../clients/keycloak/auth/KeycloakAuthClient.java  |   2 +-
 .../service/SharingManagementService.java          |  20 ++++++++++
 .../main/resources/tenant-management-service.pb    | Bin 148047 -> 149260 bytes
 .../interceptors/AuthInterceptorImpl.java          |   9 +++++
 .../management/interceptors/InputValidator.java    |   1 +
 .../service/TenantManagementService.java           |  16 ++++++++
 .../src/main/proto/TenantManagementService.proto   |   7 ++++
 22 files changed, 176 insertions(+), 36 deletions(-)

Reply via email to