This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
v0.40.0
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
andsecrethub 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)