Skip to content

Commit

Permalink
changelog: update feature formatting for gcp and key management secre…
Browse files Browse the repository at this point in the history
…ts (#12120) (#12121)
  • Loading branch information
austingebauer committed Jul 19, 2021
1 parent 46ed883 commit 4ffff3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.
```
7 changes: 4 additions & 3 deletions 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.
```

0 comments on commit 4ffff3a

Please sign in to comment.