Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

v0.40.0

Compare
Choose a tag to compare
@bender-sh bender-sh released this 08 Jul 11:55
· 333 commits to master since this release
v0.40.0
c50b8c6

Added

  • Introducing keyless apps for Google Cloud Platform: applications running on Google's compute services (GCE, GKE, etc.) can now natively authenticate to SecretHub to fetch their secrets, without needing to manage another key.
  • Functions to create and manage links to GCP projects: secrethub service gcp link, secrethub service gcp list-links and secrethub service gcp delete-link. These links are needed to create a service account that makes use of the SecretHub Identity Provider. The GCP project of every GCP Service Account that is used for the Identity Provider first has to be linked to a SecretHub namespace. (#298)

Changed

  • secrethub service init now returns an error if it is passed the path to a directory instead of a repository as the argument. (#311)