This is an automated email from the ASF dual-hosted git repository.

dimuthuupe 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 391843a  Fixing yml formatting issue
391843a is described below

commit 391843a00eefa7b6213e845f2f044b4e042894d5
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Thu Mar 21 01:36:16 2019 -0400

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

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 ccdd872..d7bff77 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
@@ -43,11 +43,11 @@ oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ 
tenant_domain }}/.wel
 auth_options:
   - name: "Distant Reader Gateway"
     oauth_grant_type: "password"
- - name: "Existing Institute Login"
+  - name: "Existing Institute Login"
     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"
+    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"
 # relative to document root dir

Reply via email to