From 77a1ea9666e52597ab89c418aeea94020df50c1a Mon Sep 17 00:00:00 2001 From: "Tej, Tarun" Date: Tue, 10 Oct 2017 13:18:39 -0400 Subject: Fixing Guard Permit Policy Fixing the all permit guard policy to PERMIT using invalid time which always permits. Issue-Id: POLICY-305 Change-Id: If5fcde83b51f5e3a925fa03a8262eec3b390b8b5 Signed-off-by: Tej, Tarun --- config/pe/push-policies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/pe') diff --git a/config/pe/push-policies.sh b/config/pe/push-policies.sh index ae8bf43c..84a1c2d8 100644 --- a/config/pe/push-policies.sh +++ b/config/pe/push-policies.sh @@ -153,8 +153,8 @@ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Acce "limit": "10", "timeWindow": "1", "timeUnits": "minute", - "guardActiveStart": "00:00:00-05:00", - "guardActiveEnd": "23:59:59-05:00" + "guardActiveStart": "00:00:01-05:00", + "guardActiveEnd": "00:00:00-05:00" } } }' 'http://pdp:8081/pdp/api/createPolicy' -- cgit 1.2.3-korg