Fixing Guard Permit Policy 19/18019/1
authorTej, Tarun <tt3868@att.com>
Tue, 10 Oct 2017 17:18:39 +0000 (13:18 -0400)
committerTej, Tarun <tt3868@att.com>
Tue, 10 Oct 2017 17:19:01 +0000 (13:19 -0400)
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 <tt3868@att.com>
config/pe/push-policies.sh

index ae8bf43..84a1c2d 100644 (file)
@@ -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'