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/06/30 18:26:45 UTC

[airavata] branch master updated: Removed the local account creation in the MIGA 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 19d56dd  Removed the local account creation in the MIGA gateway
19d56dd is described below

commit 19d56ddb28b839c50a7f356aa771adc8f473601c
Author: eroma2014 <er...@gmail.com>
AuthorDate: Tue Jun 30 14:26:28 2020 -0400

    Removed the local account creation in the MIGA gateway
---
 .../scigap/production/host_vars/microbial-genomes/vars.yml            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
index 6cfc5f7..e160634 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
@@ -36,8 +36,8 @@ oauth_client_key: "{{ vault_oauth_client_key }}"
 oauth_client_secret: "{{ vault_oauth_client_secret }}"
 
 auth_options:
-  password:
-    name: "Microbial Genomes Gateway"
+#  password:
+#    name: "Microbial Genomes Gateway"
   external:
     - name: "Existing Institution Credentials"
       idp_alias: "cilogon"