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:13 UTC

[airavata] 02/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 55ae6c02b759c2cb8cf490458339103470f5a7d0
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Tue Jan 28 12:48:35 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 7167c68..899f57f 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"