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 2018/10/31 15:05:53 UTC

[airavata] 01/04: Added CILogon to USD gateway

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

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

commit f40f462d54de32593b522ab6a09c1b3e59f15085
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Oct 29 15:50:03 2018 -0400

    Added CILogon to USD gateway
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
index 1551994..509cd7e 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/usd/vars.yml
@@ -37,8 +37,8 @@ auth_options:
   password:
     name: "USD Gateway"
   external:
-  #  - name: "CILogon"
-  #    idp_alias: "cilogon"
+    - name: "CILogon"
+      idp_alias: "cilogon"
 
 gateway_id: "usd"
 experiment_data_dir: "{{ user_data_dir }}/django-usd"