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:27:40 UTC

[airavata] branch master updated: IU Cybergateway: automatically assign gateway-user role

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 d365755  IU Cybergateway: automatically assign gateway-user role
d365755 is described below

commit d365755caf7068f24c75b4b47bc9bd6247785313
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Apr 2 09:21:36 2018 -0400

    IU Cybergateway: automatically assign gateway-user role
---
 .../ansible/inventories/scigap/production/pga_config/iugateway/vars.yml | 2 ++
 1 file changed, 2 insertions(+)

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 c813d13..510193d 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
@@ -44,6 +44,8 @@ auth_options:
     oauth_grant_type: "authorization_code"
     oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
     logo: "/assets/cilogon-logo-24x24-b.png"
+# Since IU CAS is required for login, automatically give new users 'gateway-user' role
+initial_role_name: "gateway-user"
 oauth_callback_url: "https://{{ vhost_servername }}/callback-url"
 
 gateway_id: "iugateway"

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