diff options
Diffstat (limited to 'config/pe')
-rw-r--r-- | config/pe/brmsgw.conf | 2 | ||||
-rwxr-xr-x | config/pe/push-policies.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index a84128ed..70d8bbb6 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -49,5 +49,5 @@ BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= #Dependency.json file version -BRMS_DEPENDENCY_VERSION=1.1.0 +BRMS_DEPENDENCY_VERSION=1.1.1 diff --git a/config/pe/push-policies.sh b/config/pe/push-policies.sh index 20e0bfaa..27320c32 100755 --- a/config/pe/push-policies.sh +++ b/config/pe/push-policies.sh @@ -229,7 +229,7 @@ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Acce "policyType": "MicroService" }' 'http://pdp:8081/pdp/api/pushPolicy' -sleep 2 +sleep 10 echo "pushPolicy : PUT : com.MicroServicevDNS" curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d '{ @@ -238,7 +238,7 @@ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Acce "policyType": "MicroService" }' 'http://pdp:8081/pdp/api/pushPolicy' -sleep 2 +sleep 10 echo "pushPolicy : PUT : com.MicroServicevCPE" curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d '{ |