ENT supported storage updates (#17885)

* note that ENT supported storage check will log warning

* callout difference between 1.12.0 and 1.12.2

* add a bit more guidance

* startup -> start
This commit is contained in:
Chris Capurso 2022-11-30 18:34:17 -05:00 committed by GitHub
parent 117b09808d
commit 5b731699a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
For enterprise customers, HashiCorp provides official support for Consul and Vault's Integrated Storage as storage backends. Vault Enterprise will
no longer startup if configured to use a storage backend other than Consul or Integrated Storage. This is meant to protect against issues caused by using
unsupported backends that do not support transactional storage.
For enterprise customers, HashiCorp provides official support for Vault's Integrated Storage and Consul as storage backends. Vault Enterprise customers are strongly
recommended to use these supported storage backends for best outcomes. Version 1.12.0 of Vault Enterprise will not start if configured to use a storage backend
other than Integrated Storage or Consul. This was meant to protect against issues caused by using unsupported backends that do not support transactional storage.
Version 1.12.2 modified this behavior to instead log a warning when unsupported storage backends are used, while ensuring that Vault will start.