mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
changelog++
This commit is contained in:
parent
3ea631ca25
commit
2b23d64002
1 changed files with 8 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -43,14 +43,18 @@ FEATURES:
|
|||
value is protected via any PGP key of the initiator's choosing or a one-time
|
||||
pad known only to the initiator (a suitable pad can be generated via the
|
||||
`-genotp` flag to the command. [GH-915]
|
||||
* **DynamoDB HA Physical Backend**: There is now a new, community-supported
|
||||
HA-enabled physical backend using Amazon DynamoDB. See the [configuration
|
||||
documentation](https://vaultproject.io/docs/config/index.html) for details.
|
||||
[GH-878]
|
||||
* **Keybase Support for PGP Encryption Keys**: You can now specify Keybase
|
||||
users when passing in PGP keys to the `init`, `rekey`, and `generate-root`
|
||||
CLI commands. Public keys for these users will be fetched automatically.
|
||||
[GH-901]
|
||||
* **DynamoDB HA Physical Backend**: There is now a new, community-supported
|
||||
HA-enabled physical backend using Amazon DynamoDB. See the [configuration
|
||||
documentation](https://vaultproject.io/docs/config/index.html) for details.
|
||||
[GH-878]
|
||||
* **PostgreSQL Physical Backend**: There is now a new, community-supported
|
||||
physical backend using PostgreSQL. See the [configuration
|
||||
documentation](https://vaultproject.io/docs/config/index.html) for details.
|
||||
[GH-945]
|
||||
* **STS Support in AWS Secret Backend**: You can now use the AWS secret
|
||||
backend to fetch STS tokens rather than IAM users. [GH-927]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue