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

v0.5.2

Compare
Choose a tag to compare
@nemosupremo nemosupremo released this 02 Sep 03:55
· 112 commits to master since this release

Changes

  • All custom cubbyhole token passing methods have been removed in favor of the Vault managed Response Wrapping. Old clients will not work with this version of Vault Gatekeeper and Vault Gatekeeper will only work with Vault 0.6.0 or greater.
  • Add /policies/reload endpoint to reload loaded Gatekeeper policies.
  • If there is no application token policy in Vault for Gatekeeper to follow, it now defaults to handing out "default" scoped tokens.
  • Gatekeeper Client code has been refactored.

Issue References

  • #4 Update to work with Vault 0.6
  • #6 Allow client callers to pass config programmatically rather than only via env vars
  • #8 Replace CubbyUnsealer with WrappedTokenUnsealer
  • #12 gatekeeper client doesnt work with response wrapping