Skip to content

Commit

Permalink
Some docs notes (seal migration + go discover link) (#12542)
Browse files Browse the repository at this point in the history
* Was confused by pre1.5.1 auto->auto note

* Helpful note on go-discover
  • Loading branch information
mladlow committed Sep 16, 2021
1 parent 21ea03e commit 8c8cafd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions website/content/docs/concepts/seal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ be migrated to be used as unseal keys.

#### Migration From Auto Unseal to Auto Unseal

~> **NOTE**: Migration between same Auto Unseal types is not currently
supported. We plan to support this officially in a future release.
~> **NOTE**: Migration between same Auto Unseal types is supported in Vault
1.6.0 and higher. For these pre-1.5.1 steps, it is only possible to migrate from
one type of Auto Unseal to a different type (ie Transit -> AWSKMS).

To migrate from Auto Unseal to a different Auto Unseal configuration, take your
server cluster offline and update the existing [seal
Expand Down
3 changes: 2 additions & 1 deletion website/content/docs/configuration/storage/raft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ set [`disable_mlock`](/docs/configuration#disable_mlock) to `true`, and to disab

- `leader_api_addr` `(string: "")` - Address of a possible leader node.

- `auto_join` `(string: "")` - Cloud auto-join configuration.
- `auto_join` `(string: "")` - Cloud auto-join configuration, using
[go-discover](https://github.com/hashicorp/go-discover) syntax.

- `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses
discovered via auto-join.
Expand Down

0 comments on commit 8c8cafd

Please sign in to comment.