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/01/05 02:05:48 UTC

[airavata-custos] branch develop updated (0e2d9ca -> aa933de)

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 0e2d9ca  Merge pull request #129 from isururanawaka/pythonSDK
     new 8c79162  Improve tenant management APIs
     new eb55583  Improve tenant management APIs
     new 80f0c36  Add validate method
     new 680634d  bug fix in validate tenant
     new f28bee4  restric tenant APIs to usertoken
     new f17bd0b  Bug fixing
     new aa933de  Merge pull request #132 from isururanawaka/develop

The 325 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:
 .../manamgement/client/TenantManagementClient.java |   4 +-
 .../manager/adaptor/inbound/CredentialReader.java  |  31 +--
 .../src/main/resources/bootstrap.properties        |   2 +-
 .../persistance/respository/TenantRepository.java  |   2 +
 .../profile/service/TenantProfileService.java      |  16 +-
 .../tenant/profile/validator/InputValidator.java   |   4 -
 .../user/profile/service/UserProfileService.java   |   2 +-
 .../federatedAuthenticationCoreService.properties  |   4 +-
 .../main/resources/iamAdminCoreService.properties  |   8 +-
 .../main/resources/identityCoreService.properties  |   8 +-
 .../main/resources/tenant-management-service.pb    | Bin 149250 -> 149749 bytes
 .../interceptors/AuthInterceptorImpl.java          |  10 +-
 .../interceptors/DynamicRegistrationValidator.java |  34 ++-
 .../management/interceptors/InputValidator.java    |  19 ++
 ...rTenantRestrictedOperationsInterceptorImpl.java |  20 +-
 .../service/TenantManagementService.java           | 231 ++++++++++-----------
 .../src/main/proto/TenantManagementService.proto   |  17 +-
 .../integration/tests/TenantManagementTests.java   |   5 +-
 pom.xml                                            |   5 +-
 19 files changed, 244 insertions(+), 178 deletions(-)