secrets/gcp: use feature format for changelog entry of impersonated accounts (#19200)

This commit is contained in:
Austin Gebauer
2023-02-15 11:06:50 -08:00
committed by GitHub
parent bc303fee63
commit 7143c5639b

View File

@@ -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