themis
The Xmidt server that provides a framework for issueing JWT tokens to connecting devices.
How to Install
Dockerized Caduceus
Docker containers make life super easy.
Installation
Running
Build the docker image
docker build -t themis:local .
This build.sh
script will build the binary and docker image
Run the image
Usage
Once everything is up and running you can start sending requests. Below are a few examples.
Get Health
curl http://localhost:{TBD}/health
GET some pprof stats
curl http://localhost:{TBD}/debug/pprof/mutex