From commits-return-19092-archive-asf-public=cust-asf.ponee.io@airavata.apache.org Mon Apr 2 15:19:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A93E2180675 for ; Mon, 2 Apr 2018 15:19:36 +0200 (CEST) Received: (qmail 91416 invoked by uid 500); 2 Apr 2018 13:19:35 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 91407 invoked by uid 99); 2 Apr 2018 13:19:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2018 13:19:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3CE9D809AF; Mon, 2 Apr 2018 13:19:35 +0000 (UTC) Date: Mon, 02 Apr 2018 13:19:35 +0000 To: "commits@airavata.apache.org" Subject: [airavata] branch master updated: IU Cybergateway: disable password login, IU CAS only MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152267517518.29033.16166791232278140738@gitbox.apache.org> From: machristie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: airavata X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9d83c913bbea36045ad5ee846e38bc6bb187abac X-Git-Newrev: 7d4c71168d4b119856b1ceba657c398414f17410 X-Git-Rev: 7d4c71168d4b119856b1ceba657c398414f17410 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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.