Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 435 Bytes

File metadata and controls

22 lines (14 loc) · 435 Bytes

API Domains Driving License

How to connect to xroad

To use it you need to have proxy the xroad socat service:

  ./scripts/run-xroad-proxy.sh

or

  kubectl -n socat port-forward svc/socat-xroad 8081:80

and make sure the environment variable DRIVING_LICENSE_SECRET is avaialable.

Running unit tests

Run nx test api-domains-driving-license to execute the unit tests via Jest.