Skip to content

Commit

Permalink
docs: add a note regarding the backend => storage config key aliasing
Browse files Browse the repository at this point in the history
This was missing from upgrade docs and implemented in hashicorp#2456.
  • Loading branch information
josegonzalez authored Dec 15, 2021
1 parent b9ecffb commit 6414fad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/docs/upgrading/upgrade-to-0.7.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 0.7.0 compared to the most recent release. Please read it carefully.

## Rename of `backend` config key to `storage`

When configuring Vault, the `backend` key that previously was used to configure
storage has now been renamed to `storage`. Vault will alias the old key to the
new path, though users are encouraged to update their configuration to ensure
minimal disruption in the future when the alias is removed.

## List Operations Always Use Trailing Slash

Any list operation, whether via the `GET` or `LIST` HTTP verb, will now
Expand Down

0 comments on commit 6414fad

Please sign in to comment.