Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 456 Bytes

File metadata and controls

21 lines (13 loc) · 456 Bytes

ACR data pipeline

This service is used to Authenticate Users and generate jwt tokens for the clients. Also it has rest endpoints to validate the jwt tokens.

How to build

Execute Maven install (mvnw install) will create jar file in target folder.

How to run

Execute the jar as (java -jar TokenService.jar).

Deployment information

Docker deployment in kubernetes cluster.

Change Log

DELETE AFTER TEST BRANCH

DELETE THIS

TBD