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 14316ea44e
commit 5691ec3201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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