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

yasith pushed a commit to branch cybershuttle-staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/cybershuttle-staging by this 
push:
     new 5acea912cf update DevDataInitializer projects/paths, update the 
application.yml bundled with research-service.
5acea912cf is described below

commit 5acea912cf636595b05bfa0b3cc1527c5ddd2b88
Author: yasithdev <[email protected]>
AuthorDate: Tue Apr 8 23:38:41 2025 -0400

    update DevDataInitializer projects/paths, update the application.yml 
bundled with research-service.
---
 .../service/config/DevDataInitializer.java         |  6 +++---
 .../resources/distribution/conf/application.yml    | 23 +++++++++++++++++++---
 2 files changed, 23 insertions(+), 6 deletions(-)

diff --git 
a/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
 
b/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
index e4a84c6cf3..b1a2d7e13d 100644
--- 
a/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
+++ 
b/modules/research-framework/research-service/src/main/java/org/apache/airavata/research/service/config/DevDataInitializer.java
@@ -120,8 +120,8 @@ public class DevDataInitializer implements 
CommandLineRunner {
                 "Apache Cerebrum: Flexible tool for constructing computational 
neuroscience models from large public databases and brain atlases",
                 "https://github.com/srirampc/airavata-cerebrum";,
                 "Apache Cerebrum: Flexible tool for constructing computational 
neuroscience models from large public databases and brain atlases",
-                "artisan-cerebrum",
-                new String[]{"artisan", "cerebrum", "workshop"},
+                "apache-airavata-cerebrum",
+                new String[]{"apache", "cerebrum", "workshop"},
                 devUserEmail
         );
 
@@ -129,7 +129,7 @@ public class DevDataInitializer implements 
CommandLineRunner {
                 "Large-scale brain model during awake and sleep states",
                 "https://github.com/bazhlab-ucsd/whole-brain-public";,
                 "Large-scale brain model during awake and sleep states",
-                "bazhlab-neurodata25",
+                "bazhlab-whole-brain",
                 new String[]{"bazhlab", "whole-brain", "workshop"},
                 devUserEmail
         );
diff --git 
a/modules/research-framework/research-service/src/main/resources/distribution/conf/application.yml
 
b/modules/research-framework/research-service/src/main/resources/distribution/conf/application.yml
index 3595f2acb4..242e3a3390 100644
--- 
a/modules/research-framework/research-service/src/main/resources/distribution/conf/application.yml
+++ 
b/modules/research-framework/research-service/src/main/resources/distribution/conf/application.yml
@@ -6,9 +6,20 @@ server:
   port: 18889
   address: 0.0.0.0
 
-cybershuttle:
-  hub:
+airavata:
+  research-hub:
     url: https://hub.dev.cybershuttle.org
+    dev-user: "[email protected]"
+  research-portal:
+    url: http://dev.cybershuttle.org
+
+  openid:
+    url: 
"https://auth.dev.cybershuttle.org/realms/default/.well-known/openid-configuration";
+
+  user-profile:
+    server:
+      url: api.dev.cybershuttle.org
+      port: 8962
 
 spring:
   servlet:
@@ -35,4 +46,10 @@ springdoc:
     path: /swagger-ui.html
     operationsSorter: alpha
     tagsSorter: alpha
-    doc-expansion: none
\ No newline at end of file
+    doc-expansion: none
+    oauth:
+      use-pkce-with-authorization-code-grant: true
+      client-id: data-catalog-portal
+
+
+

Reply via email to