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 2018/04/02 13:19:35 UTC

[airavata] branch master updated: IU Cybergateway: disable password login, IU CAS only

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 7d4c711  IU Cybergateway: disable password login, IU CAS only
7d4c711 is described below

commit 7d4c71168d4b119856b1ceba657c398414f17410
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Mar 28 14:23:05 2018 -0400

    IU Cybergateway: disable password login, IU CAS only
---
 .../ansible/inventories/scigap/production/pga_config/iugateway/vars.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
index 4e05790..c813d13 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
@@ -40,8 +40,6 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.well-known/openid-configuration"
 
 auth_options:
-  - name: "IU Gateway"
-    oauth_grant_type: "password"
   - name: "IU CAS"
     oauth_grant_type: "authorization_code"
     oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.