Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 745C5200CBA for ; Mon, 3 Jul 2017 22:31:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 72F8B160C04; Mon, 3 Jul 2017 20:31:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C0348160BD2 for ; Mon, 3 Jul 2017 22:31:52 +0200 (CEST) Received: (qmail 56867 invoked by uid 500); 3 Jul 2017 20:31:52 -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 56858 invoked by uid 99); 3 Jul 2017 20:31:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2017 20:31:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DC72FDFAB0; Mon, 3 Jul 2017 20:31:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: machristie@apache.org To: commits@airavata.apache.org Date: Mon, 03 Jul 2017 20:31:51 -0000 Message-Id: <22f0b836c3d04853bb08c117955fe88c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/26] airavata git commit: AIRAVATA-2419 Enable security in dev environment [Forced Update!] archived-at: Mon, 03 Jul 2017 20:31:53 -0000 Repository: airavata Updated Branches: refs/heads/keycloak-prod-migration 83e58d474 -> 1ecce70b0 (forced update) AIRAVATA-2419 Enable security in dev environment Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/9792d279 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/9792d279 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/9792d279 Branch: refs/heads/keycloak-prod-migration Commit: 9792d279c1d06f78a6530d5d9dba21b7a79d0d80 Parents: cb4565d Author: Marcus Christie Authored: Thu Jun 29 10:39:00 2017 -0400 Committer: Marcus Christie Committed: Thu Jun 29 10:39:00 2017 -0400 ---------------------------------------------------------------------- .../ansible/inventories/scigap/develop/group_vars/all/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/9792d279/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml index 0087a1e..f84f7f3 100644 --- a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml +++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml @@ -67,7 +67,7 @@ zookeeper_url: "{{ groups['zookeeper'][0] }}:{{ zookeeper_client_port }}" api_server_name: "apiserver-node0" api_server_host: "{{ groups['api-orch'][0] }}" api_server_port: "8930" -api_secured: "false" +api_secured: "true" tls_enable: "true" api_server_tls_port: "9930" enable_sharing: "true"