Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 615 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 615 Bytes

DCSA RMO - Reefer Monitoring Operational

Build and Run the Project

mvn clean package

docker-compose up -d -V --build

curl http://localhost:9090/rmo/v3/events?equipmentReference=APZU4812090

NOTE: The project is only configured with specific containers to return a response, please use the urls provided to test.

Security Considerations

This reference implementation does not do any authentication/authorization and should not be used in production as is. Using this as is in production would expose data for all parties to all other parties without checking whether they should have access.