Encryptor Api
May 1, 2018 ยท View on GitHub
Simple ui and rest api for the Buildit Encrytor.
Running it
Docker
To use the image run
docker run -it -p 4567:4567 builditdigital/encryptor-api:2.3.0
and navigate to http://localhost:4567/
Kubernetes
kubectl run encryptor --image builditdigital/encryptor-api:2.3.0 --port 4567
kubectl expose deployment encryptor --type "LoadBalancer"