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 2022/01/18 13:56:13 UTC

[airavata] 01/02: AIRAVATA-3319 Ansible: add more external IDP userinfo configs

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

commit 521b75ab6eaf1e224a9a71b893bcf61533176dba
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Dec 10 16:49:06 2021 -0500

    AIRAVATA-3319 Ansible: add more external IDP userinfo configs
---
 .../inventories/scigap/production/host_vars/microbial-genomes/vars.yml  | 2 ++
 .../ansible/inventories/scigap/production/host_vars/phasta/vars.yml     | 2 ++
 .../ansible/inventories/scigap/production/host_vars/saverx/vars.yml     | 2 ++
 .../inventories/scigap/production/host_vars/simvascular/vars.yml        | 2 ++
 .../ansible/inventories/scigap/production/host_vars/testdrive/vars.yml  | 2 ++
 5 files changed, 10 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
index e7bcd2d..0e2c1d6 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/microbial-genomes/vars.yml
@@ -43,6 +43,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: "microbial-genomes"
 experiment_data_dir: "{{ user_data_dir }}/microbial-genomes"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml
index 2ba48e3..b32f386 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml
@@ -37,6 +37,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: "phasta"
 experiment_data_dir: "{{ user_data_dir }}/phasta"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml
index 90a6fa4..744147f 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml
@@ -39,6 +39,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: "saverx"
 experiment_data_dir: "{{ user_data_dir }}/saverx"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml
index 3c9195f..8925087 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml
@@ -51,6 +51,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: "simvascular"
 experiment_data_dir: "{{ user_data_dir }}/simvascular"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
index bf83d5e..11633dc 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
@@ -39,6 +39,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: "default"
 experiment_data_dir: "{{ user_data_dir }}/testdrive"