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/28 20:06:12 UTC

[airavata] 01/04: Adding CILogon to dev amp 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 424a4cf58f36f144a9cfc8e3e846e26a9fce33a5
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Tue Jan 28 12:44:32 2020 -0500

    Adding CILogon to dev amp gateway
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index 899f57f..7167c68 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -37,9 +37,9 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 auth_options:
   password:
     name: "Dev AMP"
-#  external:
-#    - name: "Existing Institute Login"
-#      idp_alias: "cilogon"
+  external:
+    - name: "Existing Institute Login"
+      idp_alias: "cilogon"
 
 gateway_id: "amp"
 experiment_data_dir: "{{ user_data_dir }}/django-amp"