Skip to content

Releases: dollarshaveclub/psst

v0.2.2

25 Aug 21:33
Compare
Choose a tag to compare

Fixing Makefile to handle darwin/x86_64 architecture

v0.2.1

07 May 00:04
Compare
Choose a tag to compare

Updating to build on either amd64 or arm64 architectures, depending on the current machine architecture.

v0.2.0

25 Sep 22:48
Compare
Choose a tag to compare

Moves team secrets to dedicated spaces

  • Updates team secrets to now use dedicates spaces instead of providing secrets to each team member individually. This allows secrets to persist if all members of a team rotate out.
  • Updates Vault policy generation to allow for generating access to team spaces.
  • Allows for case-insensitive lookups without breaking backwards compatibility for previously created secrets.

v0.1.2

25 Jun 21:17
Compare
Choose a tag to compare

Checks env vars before authenticating

  • Checks that GITHUB_TOKEN and VAULT_TOKEN are set before getting clients.

v0.1.1

22 Jun 17:24
Compare
Choose a tag to compare

Fixes build for homebrew

  • Fixes build to include compiled in options.
  • Fixes releaser so that it properly packages binaries for HomeBrew.
  • Fixes HomeBrew tap templates so that bottles begin to work.

v0.1.0

21 Jun 23:16
Compare
Choose a tag to compare

Initial Release

  • Adds command for sharing secrets using GitHub as a user directory and Vault as a secure storage backend.