You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/11/04 17:08:00 UTC

[airavata] branch master updated: ansible: interactwel not configured for cilogon

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

machristie 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 54dad18  ansible: interactwel not configured for cilogon
54dad18 is described below

commit 54dad18b051a2deff62e97491f8c1182b670f8f0
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Nov 4 12:06:08 2019 -0500

    ansible: interactwel not configured for cilogon
---
 .../inventories/scigap/production/host_vars/interactwel/vars.yml  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/interactwel/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/interactwel/vars.yml
index 805eb70..98dabe2 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/interactwel/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/interactwel/vars.yml
@@ -33,10 +33,10 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 auth_options:
   password:
     name: "InterACTWEL 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: "interactwel"
 experiment_data_dir: "{{ user_data_dir }}/interactwel"