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

[airavata-data-lake] branch master updated: Minor fix

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

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-data-lake.git


The following commit(s) were added to refs/heads/master by this push:
     new f108fb1  Minor fix
f108fb1 is described below

commit f108fb19eb98f5aaf931669e8fca897eee2b433f
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Sat Jul 24 11:06:33 2021 -0400

    Minor fix
---
 .../airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java b/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java
index 6c3fa6b..5137632 100644
--- a/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java
+++ b/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java
@@ -142,7 +142,7 @@ public class MFTRequestHandler {
                     .setClientSec("OxXECszt9dL4lHJQyL444UOU0lKN317D51ez067R").build();
 
             IdentityManagementClient identityManagementClient = custosClientProvider.getIdentityManagementClient();
-            Struct struct = identityManagementClient.getToken(null, null, "isjarana@iu.edu", "IJR@circ@1", null, "password");
+            Struct struct = identityManagementClient.getToken(null, null, "isjarana", "emcadmin@1", null, "password");
             return struct.getFieldsMap().get("access_token").getStringValue();
         } catch (Exception ex) {
             ex.printStackTrace();