The purpose of this plugin is to allow vault to sign JWT tokens. This is based on the spec at hashicorp/vault#1986, but currently only supporting JWT (not JWE and JWS as outlined in the spec).
./build.shbuilds the plugin, computes the hash, and places both in the ./build folder./docker.shbuilds a docker image namedvault-josethat will mount the plugin when it starts, then starts it./smoke/smoke.shruns a smoke test of the plugin: build, install in vault, and perform basic configuration and signing