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 --- .../src/main/feature/config/simulators.properties.environment | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'controlloop/common/feature-controlloop-utils/src') diff --git a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment index ec5023b2e..cfe957b4c 100644 --- a/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment +++ b/controlloop/common/feature-controlloop-utils/src/main/feature/config/simulators.properties.environment @@ -21,7 +21,17 @@ # Environment file (.environment) for the simulator for control loop applications aai.url=http://localhost:6666 +aai.username=policy +aai.password=policy + so.url=http://localhost:6667 +so.username=policy +so.password=policy + vfc.url=http://localhost:6668 +vfc.username=policy +vfc.password=policy + guard.url=http://localhost:6669/pdp/api/getDecision +guard.disabled=true -- cgit 1.2.3-korg