Skip to content

Micro-service responsible to store association between sender code and api key

License

Notifications You must be signed in to change notification settings

pagopa/rtd-ms-sender-auth

Repository files navigation

rtd-ms-sender-auth

Micro-service responsible to store the association between sender code and api key.

Local deployment

To locally deploy the file register you need to run the following command:

docker-compose up -d --build

You need to have Docker installed and running.

Local integration tests

Once the 2 containers are running, you can run the following command to carry out the integration tests.

newman run postman/sender_auth_component_test.postman_collection.json

You need to have newman installed.

The environment is inside the collection.

It is fully customizable both inside the JSON or after importing it in Postman.