1
0
Fork 0
mirror of https://github.com/Luzifer/vault-user-token.git synced 2024-10-18 08:04:21 +00:00
This project is intended to constantly renew a Vault token derived from a role id
Find a file
Knut Ahlers 193e4d3884
Support shortening hostnames to first part
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-07-06 14:00:11 +02:00
Godeps Add dependencies 2017-04-23 19:38:00 +02:00
vendor Add dependencies 2017-04-23 19:38:00 +02:00
.repo-runner.yaml Add build env 2017-04-23 20:02:32 +02:00
CONTRIBUTING.md Add metadata 2017-04-23 19:45:54 +02:00
History.md prepare release v0.1.0 2017-04-23 20:02:57 +02:00
LICENSE Add metadata 2017-04-23 19:45:54 +02:00
main.go Support shortening hostnames to first part 2017-07-06 14:00:11 +02:00
Makefile Add build env 2017-04-23 20:02:32 +02:00
README.md Add metadata 2017-04-23 19:45:54 +02:00

Luzifer / vault-user-token

This project is intended to constantly renew a Vault token derived from a role id.

That way the machine only contains a temporary token expiring after a short while if the program is no longer running. So if a machine is lost (physically) the corresponding secret can be revoked and the machine will no longer be able to access the vault instance.


project status