Fix a couple of broken links to api docs. (#12143)
* Fix a couple of broken links to api docs. * Qualify deprecation.
This commit is contained in:
parent
b05ffa88d5
commit
9a26209a9d
|
@ -15,7 +15,7 @@ Vault.
|
|||
|
||||
## Read License
|
||||
|
||||
~> This API is deprecated and will be removed in a future version of Vault.
|
||||
~> This API is deprecated as of Vault 1.8 and will be removed in a future version of Vault.
|
||||
Please use [license autoloading](/docs/enterprise/license/autoloading) instead,
|
||||
and see [License Status](#license-status) below for the non-deprecated equivalent API.
|
||||
|
||||
|
@ -49,7 +49,7 @@ $ curl \
|
|||
|
||||
## Read Signed License
|
||||
|
||||
~> This API is deprecated and will be removed in a future version of Vault.
|
||||
~> This API is deprecated as of Vault 1.8 and will be removed in a future version of Vault.
|
||||
Please use [license autoloading](/docs/enterprise/license/autoloading) instead.
|
||||
|
||||
This endpoint returns the signed license blob for the currently installed license.
|
||||
|
@ -78,7 +78,7 @@ $ curl \
|
|||
|
||||
## Install License
|
||||
|
||||
~> This API is deprecated and will be removed in a future version of Vault.
|
||||
~> This API is deprecated as of Vault 1.8 and will be removed in a future version of Vault.
|
||||
Please use [license autoloading](/docs/enterprise/license/autoloading) instead.
|
||||
|
||||
This endpoint is used to install a license into Vault. This will return an
|
||||
|
@ -119,7 +119,7 @@ $ curl \
|
|||
|
||||
## Delete License
|
||||
|
||||
~> This API is deprecated and will be removed in a future version of Vault.
|
||||
~> This API is deprecated as of Vault 1.8 and will be removed in a future version of Vault.
|
||||
Please use [license autoloading](/docs/enterprise/license/autoloading) instead.
|
||||
|
||||
This endpoint is used to delete a stored license in Vault. This will return
|
||||
|
|
|
@ -6,7 +6,7 @@ description: An overview of license autoloading.
|
|||
|
||||
Prior to Vault 1.8, Vault Enterprise would be licensed using special binaries
|
||||
that contained embedded licenses, or via a license written into Vault storage
|
||||
using the [PUT sys/license API](/docs/system/license#install-license).
|
||||
using the [PUT sys/license API](/api/system/license#install-license).
|
||||
|
||||
As of Vault 1.8 those options still exist but are deprecated, and the recommended
|
||||
mechanism for managing licenses is called License Autoloading. New clusters are
|
||||
|
@ -27,4 +27,4 @@ are discrepancies.
|
|||
If autoloading is used, any existing stored license will be ignored. The presence
|
||||
of a stored license in conjunction with an autoloaded license will also result in
|
||||
logged warnings. Once a migration to autoloading is completed, it is recommended to use
|
||||
the [DELETE API](/docs/system/license#delete-license) to remove the stored license.
|
||||
the [DELETE API](/api/system/license#delete-license) to remove the stored license.
|
||||
|
|
Loading…
Reference in New Issue