Skip to content

Commit

Permalink
adjustemnt of options order (hashicorp#12804)
Browse files Browse the repository at this point in the history
Co-authored-by: tograla <tograla@gmail.com>
  • Loading branch information
2 people authored and heppu committed Jan 13, 2022
1 parent 80d78e4 commit 34aa792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/enterprise/license/autoloading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34aa792

Please sign in to comment.