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 2020/04/08 14:36:14 UTC

[airavata-custos] branch develop updated (623e27c -> 7f1812a)

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 623e27c  Merge pull request #36 from isururanawaka/microservices_based_impl
     new 4cae212  Improve super admin access methods
     new dc28c76  update tenant response add client ID
     new 7f1812a  Merge pull request #37 from isururanawaka/microservices_based_impl

The 148 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:
 .../store/service/CredentialStoreService.java      |   2 +-
 .../profile/service/TenantProfileService.java      |   1 +
 .../src/main/proto/TenantProfileService.proto      |   2 +
 .../resources/tenantManagementService.properties   |   2 +
 .../main/resources/tenant-management-service.pb    | Bin 132558 -> 132437 bytes
 .../tenant-management-service/pom.xml              |  10 +
 .../TenantManagementServiceInitializer.java        |   4 +-
 .../interceptors/AuthInterceptorImpl.java          |  10 +-
 .../interceptors/DynamicRegistrationValidator.java |  24 +-
 ...TenantRestrictedOperationsInterceptorImpl.java} |  13 +-
 .../service/TenantManagementService.java           | 305 +++++++++++++++------
 .../management/tasks/TenantActivationTask.java     |  13 +-
 .../custos/tenant/management/utils/Constants.java  |   6 +-
 .../src/main/proto/TenantManagementService.proto   |   5 -
 14 files changed, 288 insertions(+), 109 deletions(-)
 rename custos-integration-services/tenant-management-service-parent/tenant-management-service/src/main/java/org/apache/custos/tenant/management/interceptors/{SuperAdminOperationsInterceptorImpl.java => SuperTenantRestrictedOperationsInterceptorImpl.java} (88%)