You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2018/11/28 18:28:40 UTC

[airavata] branch master updated: Added google analytics to SimCCS

This is an automated email from the ASF dual-hosted git repository.

eroma 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 b173880  Added google analytics to SimCCS
b173880 is described below

commit b1738809aee44fda16f43791f7d3868d14404a70
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Wed Nov 28 13:28:33 2018 -0500

    Added google analytics to SimCCS
---
 .../inventories/scigap/production/pga_config/iugeosurvey/vars.yml   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml
index 400de06..8e820c7 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/iugeosurvey/vars.yml
@@ -43,6 +43,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "Indiana Geological Survey"
     oauth_grant_type: "password"
+  - name: "Existing Institute Login"
+    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: "iu-geology-survey"
@@ -59,5 +63,5 @@ portal_email_password: "{{ vault_portal_email_password }}"
 portal_theme: "iu-geosurvey-gateway-theme"
 portal_theme_repo: "https://github.com/SciGaP/iu-geosurvey-gateway-theme.git"
 portal_title: "Indiana Geological Survey"
-pga_google_analytics_id: "UA-111528347-8"
+pga_google_analytics_id: "UA-130065143-1"
 ...