Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

v0.0.7

Compare
Choose a tag to compare
@nemosupremo nemosupremo released this 12 May 23:42
· 173 commits to master since this release

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 or RECREATE_TOKEN options).