Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 17, 2024
1 parent e77dd33 commit fc79c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/pdp/templates/serverapplication.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ voot.clientSecret={{ pdp_client_secret }}
voot.scopes ={{ pdp_manage_provision_oidcrp_scopes }}

# SAB configuration
sab.userName={{ pdp.sab_username }}
sab.password={{ pdp.sab_password }}
sab.endpoint={{ pdp.sab_endpoint }}
sab.userName="{{ aa.sab_rest_username }}"
sab.password="{{ aa.sab_rest_password }}"
sab.endpoint="{{ aa.sab_rest_endpoint }}"

# Do not expose any of the Spring BOOT endpoints except the health and info for loadbalancer health check
endpoints.enabled=false
Expand Down

0 comments on commit fc79c17

Please sign in to comment.