This is an automated email from the ASF dual-hosted git repository. eroma pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/airavata.git
commit e6630c81e8dab4b36d25f383b3a5c34baf8bd8e3 Author: Eroma Abeysinghe <[email protected]> AuthorDate: Tue Jan 28 12:49:48 2020 -0500 Adding CILogon to dev amp gateway --- dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml index 899f57f..7167c68 100644 --- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml +++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml @@ -37,9 +37,9 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}" auth_options: password: name: "Dev AMP" -# external: -# - name: "Existing Institute Login" -# idp_alias: "cilogon" + external: + - name: "Existing Institute Login" + idp_alias: "cilogon" gateway_id: "amp" experiment_data_dir: "{{ user_data_dir }}/django-amp"
