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/23 13:39:04 UTC

[airavata] branch master updated: NextGen Thermodynamics gateway: SSL/CILogon config

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 d15cad4  NextGen Thermodynamics gateway: SSL/CILogon config
d15cad4 is described below

commit d15cad4e5c924c3e80a4d2fcfffcb377b4d4e9e2
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Apr 23 09:38:52 2018 -0400

    NextGen Thermodynamics gateway: SSL/CILogon config
---
 .../scigap/production/pga_config/nexttdb/vars.yml      | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml
index 4ab286d..822e18e 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/nexttdb/vars.yml
@@ -25,11 +25,11 @@ user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
 vhost_servername: "nexttdb.sciencegateway.scigap.org"
-vhost_ssl: false
+vhost_ssl: true
 # TODO: have Ansible manage these files as well
-#ssl_certificate_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/cert.pem"
-#ssl_certificate_chain_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/fullchain.pem"
-#ssl_certificate_key_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/nexttdb.sciencegateway.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
@@ -42,11 +42,11 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "NextGen Thermodynamics Gateway"
     oauth_grant_type: "password"
-# - name: "CILogon"
-#    oauth_grant_type: "authorization_code"
-#   oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
-#   logo: "/assets/cilogon-logo-24x24-b.png"
-oauth_callback_url: "http://{{ vhost_servername }}/callback-url"
+  - name: "CILogon"
+    oauth_grant_type: "authorization_code"
+    oauth_authorize_url_extra_params: "kc_idp_hint=cilogon"
+    logo: "/assets/cilogon-logo-24x24-b.png"
+oauth_callback_url: "https://{{ vhost_servername }}/callback-url"
 
 gateway_id: "nexttdb"
 # relative to document root dir

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