Commit 1d5a2a35 authored by Tom's avatar Tom Committed by Heather Simon
Browse files

adjustemnt of options order (#12804)

Co-authored-by: default avatartograla <tograla@gmail.com>
parent 8b5b9a06
Branches unavailable
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -12,12 +12,12 @@ As of Vault 1.8 those options still exist but are deprecated, and the recommende
mechanism for managing licenses is called License Autoloading. New clusters are
required to use the autoloading method.
License Autoloading can be done using one of these mechanisms, in increasing order
License Autoloading can be done using one of these mechanisms, in decreasing order
of priority (i.e. `VAULT_LICENSE` takes precedence over `VAULT_LICENSE_PATH`, which
takes precedence over `license_path` in config.)
* [license_path in config](/docs/configuration#license_path)
* [VAULT_LICENSE_PATH environment variable](/docs/commands#vault_license_path)
* [VAULT_LICENSE environment variable](/docs/commands#vault_license)
* [VAULT_LICENSE_PATH environment variable](/docs/commands#vault_license_path)
* [license_path in config](/docs/configuration#license_path)
Nodes within a cluster should be consistently licensed. All nodes in a cluster
should use autoloading, or none should. If autoloading is used, all nodes should
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment