changelog: update feature formatting for gcp and key management secrets (#12120)

This commit is contained in:
Austin Gebauer 2021-07-19 12:16:27 -07:00 committed by GitHub
parent afc33ba7aa
commit f7586e475d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,3 @@
```release-note:feature ```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.
``` ```

View File

@ -1,8 +1,9 @@
```release-note:feature ```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 ```release-note:deprecation
secrets/gcp: Deprecated the `/gcp/token/:roleset` and `/gcp/key/:roleset` paths for generating secrets for rolesets. secrets/gcp: Deprecated the `/gcp/token/:roleset` and `/gcp/key/:roleset` paths for generating
Use `/gcp/roleset/:roleset/token` and `/gcp/roleset/:roleset/key` instead. secrets for rolesets. Use `/gcp/roleset/:roleset/token` and `/gcp/roleset/:roleset/key` instead.
``` ```