Skip to content

dwp/nsjsa-validation-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validation Service

About

Job Seekers Allowance microservice used for connecting to CIS, JSAPS and storing the output of attempted pushes to the claims.

Prerequisites

  • Java 8
  • Maven
  • Docker (for postgresql)

DB

Local DB

The easiest way to have a local DB up and running on your machine is to use docker

$ docker run --name dwp-jsa -e POSTGRES_PASSWORD=password -e POSTGRES_DB=dwp-jsa -p5432:5432 postgres

PublicKey

In application.properties, the services.publicKey needs to be populated with a good RSA key. To create this, and set it, run ./createPublicKey.sh. This is a one time operation. Please take care not to check this change in.

Dependencies

This service requires nsjsa-commons to build.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published