Skip to content

Commit

Permalink
ENT supported storage updates (#17885)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ccapurso authored and AnPucel committed Jan 14, 2023
1 parent f4a040d commit 8eed63d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/content/partials/ent-supported-storage.mdx
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8eed63d

Please sign in to comment.