isururanawaka commented on code in PR #29:
URL: 
https://github.com/apache/airavata-data-catalog/pull/29#discussion_r1162046586


##########
data-catalog-api/server/src/main/java/org/apache/airavata/datacatalog/api/sharing/SharingManagerImpl.java:
##########
@@ -89,8 +112,29 @@ public void initialize(String tenantId) throws 
SharingException {
     }
 
     @Override
-    public UserEntity resolveUser(UserInfo userInfo) {
-        return null;
+    public UserEntity resolveUser(UserInfo userInfo) throws SharingException {
+        try (UserManagementClient userManagementClient = 
custosClientProvider.getUserManagementClient()) {

Review Comment:
   @machristie I will add that
   Please try this 
   https://github.com/apache/airavata-custos/tree/develop



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to