Shim service allowing authenticating a Nomad session using Vault
Go to file
IamTheFij be5c4de062
continuous-integration/drone/push Build is passing Details
Allow role change and redirect
2022-09-07 10:57:58 -07:00
.drone.yml WIP: Initial WIP 2022-09-06 13:15:40 -07:00
.gitignore Initial commit 2022-09-06 20:06:20 +00:00
Dockerfile WIP: Initial WIP 2022-09-06 13:15:40 -07:00
LICENSE Initial commit 2022-09-06 20:06:20 +00:00
README.md Allow role change and redirect 2022-09-07 10:57:58 -07:00
main.py Allow role change and redirect 2022-09-07 10:57:58 -07:00
requirements.txt WIP: Initial WIP 2022-09-06 13:15:40 -07:00

README.md

nomad-vault-login

Shim service allowing authenticating a Nomad session using Vault

The idea is that this service would be run along side Nomad and Vault and proxied on the same hostname so it can write to localstorage. It would then provide a form to allow authentication with Vault and then will retrieve the token and store that in the browser for Nomad to use.

Right now it appears to be working, but isn't super pretty and I have no written instructions.