From b3cde3912f1faeff66c48aafaff8b4adc31d968c Mon Sep 17 00:00:00 2001 From: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:06:50 +0000 Subject: [PATCH] backport of commit 7143c5639b7618d2244ea871f0ff1c52371371cc --- changelog/19018.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/19018.txt b/changelog/19018.txt index 45ea82785e6c..bd79dbd15911 100644 --- a/changelog/19018.txt +++ b/changelog/19018.txt @@ -1,5 +1,5 @@ -```release-note:improvement -secrets/gcp: added support for impersonated accounts +```release-note:feature +**GCP Secrets Impersonated Account Support**: Add support for GCP service account impersonation, allowing callers to generate a GCP access token without requiring Vault to store or retrieve a GCP service account key for each role. ``` ```release-note:bug