From 15ada63e47b59dbf47a9556e36f82d333b95714b Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 22 Dec 2021 12:24:55 -0500 Subject: [PATCH] docs: add a note regarding the backend => storage config key aliasing (#13451) * docs: add a note regarding the backend => storage config key aliasing This was missing from upgrade docs and implemented in #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> --- website/content/docs/upgrading/upgrade-to-0.7.0.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/docs/upgrading/upgrade-to-0.7.0.mdx b/website/content/docs/upgrading/upgrade-to-0.7.0.mdx index a4f3c66d60bf..3d13ac492f1d 100644 --- a/website/content/docs/upgrading/upgrade-to-0.7.0.mdx +++ b/website/content/docs/upgrading/upgrade-to-0.7.0.mdx @@ -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