You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/01/21 18:31:34 UTC

[airavata] branch master updated: adding CILogon to the CGPExplorer gateway

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

eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d307e4  adding CILogon to the CGPExplorer gateway
7d307e4 is described below

commit 7d307e4648d031daa7b87b9476963879362b685b
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Tue Jan 21 13:31:21 2020 -0500

    adding CILogon to the CGPExplorer gateway
---
 .../ansible/inventories/scigap/production/host_vars/cgpe/vars.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/cgpe/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/cgpe/vars.yml
index 8092fd8..944ec27 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/cgpe/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/cgpe/vars.yml
@@ -35,10 +35,10 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 auth_options:
   password:
     name: "CGPExplorer Gateway"
-#  external:
-#    - name: "Existing Institution Credentials"
-#      idp_alias: "cilogon"
-#      logo: "images/cilogon-logo-24x24-b.png"
+  external:
+    - name: "Existing Institution Credentials"
+      idp_alias: "cilogon"
+      logo: "images/cilogon-logo-24x24-b.png"
 
 gateway_id: "cgpe"
 experiment_data_dir: "{{ user_data_dir }}/cgpe"