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:
Nick Cabatoff 2021-07-21 22:09:32 +02:00 committed by GitHub
parent b05ffa88d5
commit 9a26209a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ Vault.
## Read License ## 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, Please use [license autoloading](/docs/enterprise/license/autoloading) instead,
and see [License Status](#license-status) below for the non-deprecated equivalent API. and see [License Status](#license-status) below for the non-deprecated equivalent API.
@ -49,7 +49,7 @@ $ curl \
## Read Signed License ## 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. Please use [license autoloading](/docs/enterprise/license/autoloading) instead.
This endpoint returns the signed license blob for the currently installed license. This endpoint returns the signed license blob for the currently installed license.
@ -78,7 +78,7 @@ $ curl \
## Install License ## 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. Please use [license autoloading](/docs/enterprise/license/autoloading) instead.
This endpoint is used to install a license into Vault. This will return an This endpoint is used to install a license into Vault. This will return an
@ -119,7 +119,7 @@ $ curl \
## Delete License ## 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. Please use [license autoloading](/docs/enterprise/license/autoloading) instead.
This endpoint is used to delete a stored license in Vault. This will return This endpoint is used to delete a stored license in Vault. This will return

View File

@ -6,7 +6,7 @@ description: An overview of license autoloading.
Prior to Vault 1.8, Vault Enterprise would be licensed using special binaries 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 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 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 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 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 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 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.