diff options
author | Tej, Tarun <tt3868@att.com> | 2017-10-10 13:18:39 -0400 |
---|---|---|
committer | Tej, Tarun <tt3868@att.com> | 2017-10-10 13:19:01 -0400 |
commit | 77a1ea9666e52597ab89c418aeea94020df50c1a (patch) | |
tree | 0d83afa1fb14e54be82d9c1d77f47e90e4b1589d | |
parent | ac26fe1e0e4e3e982886825c0084018a7042c6f5 (diff) |
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 <tt3868@att.com>
-rw-r--r-- | config/pe/push-policies.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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' |