Skip to content

Commit

Permalink
PDP: Make the push test mode configurable in stead of hard coded true
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Nov 14, 2024
1 parent 9b1ccfe commit 3333358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/pdp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ pdp_manage_provision_samlsp_sp_cert: ""
pdp_manage_provision_samlsp_trusted_proxy: false
pdp_manage_provision_samlsp_sign: false
pdp_spring_flyway_enabled: true
pdp_manage_push_testmode: true
2 changes: 1 addition & 1 deletion roles/pdp/templates/serverapplication.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ manage.password={{ manage_pdp_secret }}
period.manage.refresh.minutes=10
manage.manageBaseUrl=https://manage.{{ base_domain }}
# If true the manage push is done against the pdp_migrated_policies for testing purposes
manage.pushTestMode=true
manage.pushTestMode={{ pdp_manage_push_testmode }}

# Number of days how long the policy violations are retained
policy.violation.retention.period.days=30
Expand Down

0 comments on commit 3333358

Please sign in to comment.