From 5691ec3201ccd94150a348d827abba9692cfd652 Mon Sep 17 00:00:00 2001 From: Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:06:50 -0800 Subject: [PATCH] secrets/gcp: use feature format for changelog entry of impersonated accounts (#19200) --- changelog/19018.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/19018.txt b/changelog/19018.txt index 45ea82785..bd79dbd15 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