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 2017/10/16 17:54:19 UTC

airavata git commit: Added CILogon to kentucky gateway

Repository: airavata
Updated Branches:
  refs/heads/master f392b8dd0 -> 6aa119516


Added CILogon to kentucky gateway


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6aa11951
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/6aa11951
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/6aa11951

Branch: refs/heads/master
Commit: 6aa119516a624a99c084e66983f4a157add4b3c5
Parents: f392b8d
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Mon Oct 16 13:54:15 2017 -0400
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Mon Oct 16 13:54:15 2017 -0400

----------------------------------------------------------------------
 .../scigap/production/pga_config/Kentucky/vars.yml           | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/6aa11951/dev-tools/ansible/inventories/scigap/production/pga_config/Kentucky/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/Kentucky/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/Kentucky/vars.yml
index f4c8564..51ef355 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/Kentucky/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/Kentucky/vars.yml
@@ -42,10 +42,10 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.wel
 auth_options:
   - name: "University of Kentucky HPC 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"
+ - 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"
 
 gateway_id: "university-of-kentucky-hpc-gateway"