Pull request #119: added old key requests

Merge in OPAPM/coco_terraform_config from OPMAAS-3825 to master

* commit '891d187f3eeb1132cbfe458c383e97e148c39fb9':
  added old key requests
feature/vdm-slo-sfa
Ermis Wieger (ext.) 2023-04-20 08:19:48 +00:00
commit 6534badfd5
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,10 @@ module TP_Mobile_RSU {
) )
) )
,entityName.in( ,entityName.in(
~"POST /v1/vehicle/rsustatus/finishInstallation~",
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
~"POST /v1/vehicle/rsustatus/updateAvailable~",
~"POST /v2/vehicle/rsustatus/finishInstallation~", ~"POST /v2/vehicle/rsustatus/finishInstallation~",
~"POST /v2/vehicle/rsustatus/preparationCompleted~", ~"POST /v2/vehicle/rsustatus/preparationCompleted~",
~"POST /v2/vehicle/rsustatus/updateAvailable~" ~"POST /v2/vehicle/rsustatus/updateAvailable~"
@ -31,6 +35,10 @@ module TP_Mobile_RSU {
) )
) )
,entityName.in( ,entityName.in(
~"POST /v1/vehicle/rsustatus/finishInstallation~",
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
~"POST /v1/vehicle/rsustatus/updateAvailable~",
~"POST /v2/vehicle/rsustatus/finishInstallation~", ~"POST /v2/vehicle/rsustatus/finishInstallation~",
~"POST /v2/vehicle/rsustatus/preparationCompleted~", ~"POST /v2/vehicle/rsustatus/preparationCompleted~",
~"POST /v2/vehicle/rsustatus/updateAvailable~" ~"POST /v2/vehicle/rsustatus/updateAvailable~"