diff --git a/changelog/11958.txt b/changelog/11958.txt index 7fb93a68979ee..ef6b187e7f86c 100644 --- a/changelog/11958.txt +++ b/changelog/11958.txt @@ -1,3 +1,3 @@ ```release-note:feature -secrets/keymgmt (enterprise): Adds general availability for distributing and managing keys in AWS KMS. +**Key Management Secrets Engine (Enterprise)**: Adds general availability for distributing and managing keys in AWS KMS. ``` diff --git a/changelog/12023.txt b/changelog/12023.txt index 44de0e9c5de07..8a3a87b24f068 100644 --- a/changelog/12023.txt +++ b/changelog/12023.txt @@ -1,8 +1,9 @@ ```release-note:feature -secrets/gcp: Adds ability to use existing service accounts for generation of service account keys and access tokens. +**GCP Secrets Engine Static Accounts**: Adds ability to use existing service accounts for generation +of service account keys and access tokens. ``` ```release-note:deprecation -secrets/gcp: Deprecated the `/gcp/token/:roleset` and `/gcp/key/:roleset` paths for generating secrets for rolesets. -Use `/gcp/roleset/:roleset/token` and `/gcp/roleset/:roleset/key` instead. +secrets/gcp: Deprecated the `/gcp/token/:roleset` and `/gcp/key/:roleset` paths for generating +secrets for rolesets. Use `/gcp/roleset/:roleset/token` and `/gcp/roleset/:roleset/key` instead. ```