summaryrefslogtreecommitdiffstats
path: root/controlloop/packages
diff options
context:
space:
mode:
authordaniel <dc443y@att.com>2017-09-28 16:17:04 -0500
committerdaniel <dc443y@att.com>2017-09-28 16:23:15 -0500
commitbd5ac5c4499918a95908fec4979525bb1090c1fe (patch)
tree6535b8a7978eecdf63baf614eabbb0428acc6aed /controlloop/packages
parente12c6cc9f74fce2b6dcf8ea2c2b573fa7f5ed96c (diff)
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 <dc443y@att.com>
Diffstat (limited to 'controlloop/packages')
-rw-r--r--controlloop/packages/basex/src/files/config/controlloop.properties.environment1
1 files changed, 1 insertions, 0 deletions
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