From bd5ac5c4499918a95908fec4979525bb1090c1fe Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 28 Sep 2017 16:17:04 -0500 Subject: Make Guard Configurable This allows the user to disable or enable guard through the .properties.environment file. Verified and tested in a pdp. Properties were added to the simulators properties file for the simulators to work out of the box. Issue-ID: POLICY-259 Change-Id: I0027a5d28f1b30e81bdbe42fa17621b36a61c850 Signed-off-by: Daniel Cruz --- .../packages/basex/src/files/config/controlloop.properties.environment | 1 + 1 file changed, 1 insertion(+) (limited to 'controlloop/packages/basex') diff --git a/controlloop/packages/basex/src/files/config/controlloop.properties.environment b/controlloop/packages/basex/src/files/config/controlloop.properties.environment index 70f298c47..bc4989b85 100644 --- a/controlloop/packages/basex/src/files/config/controlloop.properties.environment +++ b/controlloop/packages/basex/src/files/config/controlloop.properties.environment @@ -46,3 +46,4 @@ pdpx.client.password={{PDP_CLIENT_PASSWORD}} guard.url=http://${{PDP_HOST}}:8081/pdp/api/getDecision guard.jdbc.url=mariadb://${{SQL_HOST}}:3306/operationshistory10 +guard.disabled=true -- cgit 1.2.3-korg