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
…hashicorp#13451)

* docs: add a note regarding the backend => storage config key aliasing

This was missing from upgrade docs and implemented in hashicorp#2456.

* Update website/content/docs/upgrading/upgrade-to-0.7.0.mdx

Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>

Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
  • Loading branch information
2 people authored and Artem Alexandrov committed Feb 4, 2022
1 parent b88a39b commit 0933707
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 previously 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 0933707

Please sign in to comment.