From: Tej, Tarun Date: Tue, 10 Oct 2017 17:18:39 +0000 (-0400) Subject: Fixing Guard Permit Policy X-Git-Tag: v1.1.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F18019%2F1;p=policy%2Fdocker.git 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 --- 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'