This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
v0.0.7
Changes
- When we look up a task, and it has no statuses in mesos, deny the token request.
- To work around a bug in 0.5.2 (hashicorp/vault#1401), use the
/create
method instead of/create-orphan
. This means gatekeeper tokens must be root/sudo'd tokens. you may want this anyways if you need to hand out tokens of arbitrary policies. - Add the option for gatekeeper to generate its own new tokens when the token its holding onto reaches
max_ttl
(-self-recreate-token
orRECREATE_TOKEN
options).