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 e6ad21f Fix distant reader callback url
e6ad21f is described below
commit e6ad21ff3c765ec904fb97f737a4ccb6f43beaf5
Author: Marcus Christie <[email protected]>
AuthorDate: Tue May 7 16:43:53 2019 -0400
Fix distant reader callback url
---
.../inventories/scigap/production/pga_config/distantreader/vars.yml | 1 +
1 file changed, 1 insertion(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
index ecdd35d..7540197 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
@@ -47,6 +47,7 @@ auth_options:
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: "distantreader"