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 56ece454e5 Ansible: load cilogon userinfo and display to admins
56ece454e5 is described below

commit 56ece454e598608cba01453aae4228e6df091f4c
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Jul 19 16:43:59 2023 -0400

    Ansible: load cilogon userinfo and display to admins
---
 .../inventories/scigap/production/host_vars/pace-gatech/vars.yml        | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
 
b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
index 093aea47e0..0e6f9c630d 100644
--- 
a/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/production/host_vars/pace-gatech/vars.yml
@@ -41,6 +41,8 @@ auth_options:
     - name: "Existing Institution Credentials"
       idp_alias: "cilogon"
       logo: "images/cilogon-logo-24x24-b.png"
+      idp_token_url: "{{ oauth_service_url }}/realms/{{ tenant_domain 
}}/broker/cilogon/token"
+      userinfo_url: "{{ cilogon_userinfo_url }}"
 
 gateway_id: "pace-gatech"
 experiment_data_dir: "{{ user_data_dir }}/pace-gatech"

Reply via email to