generating encryption key for the user for encrypting and decrypting credentials
Save & Show User Credentials
Generating an encryption key for the server when starting the launcher for the first time , in case the launcher have found the server key it skips this phase
Decypting user's key in case he need ot show , add or update his credentials
Support REST API with JSON
Get better score in go report card
make a docker image for each service
deploy those images using kubernetes
Usage
git clone --recurse-submodules https://github.com/TaKeO90/pwm.git
make -B
./launcher
OR run it on Docker
docker build --target backdend -t pwmbackend:v1 .
docker build --target frontend -t pwmfrontend:v1 .
docker build --target sslproxy -t sslproxy:v1 .
TODO finish this by implementing kubernetes deployments.....