Skip to content

Commit

Permalink
docs/plugins: update upgrading plugins (hashicorp#19109)
Browse files Browse the repository at this point in the history
* docs/plugins: update upgrading plugins

* Update website/content/docs/upgrading/plugins.mdx

Co-authored-by: Tom Proctor <[email protected]>

---------

Co-authored-by: Tom Proctor <[email protected]>
  • Loading branch information
fairclothjm and tomhjp authored Feb 14, 2023
1 parent bbc6af3 commit a0d79b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/content/docs/upgrading/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ The following procedures detail steps for upgrading a plugin that has been mount
at a path on a running server. The steps are the same whether the plugin being
upgraded is built-in or external.

~> Plugin versioning was introduced with Vault 1.12.0, so if your Vault server is
on 1.11.x or earlier, see the [1.11.x version of this page](/vault/docs/v1.11.x/upgrading/plugins)
~> [Plugin versioning](/vault/docs/plugins#plugin-versioning) was introduced
with Vault 1.12.0, so if your Vault server is on 1.11.x or earlier, see the
[1.11.x version of this page](/vault/docs/v1.11.x/upgrading/plugins)
for plugin upgrade instructions.

### Upgrading auth and secrets plugins
Expand All @@ -25,7 +26,7 @@ an auth plugin, just replace all usages of `secrets` or `secret` with `auth`.
Skip this step if your initial plugin is built-in or already registered.

```shell-session
$ vault plugin register
$ vault plugin register \
-sha256=<SHA256 Hex value of the plugin binary> \
secret \
my-secret-plugin
Expand Down

0 comments on commit a0d79b6

Please sign in to comment.