Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ delay) mode. The maximum allowed value is 10.
- `leader_api_addr` `(string: "")` - Address of a possible leader node.

- `auto_join` `(string: "")` - Cloud auto-join configuration, using
[go-discover](https://github.com/hashicorp/go-discover) syntax.
[go-discover](https://github.com/hashicorp/go-discover) syntax. Setting
`addr_typeaddress_type=private_v4` or `address_type=public_v4` forces Vault to
use IPv4 addresses.

- `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses
discovered via auto-join. Available values are `http` or `https`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ delay) mode. The maximum allowed value is 10.
- `leader_api_addr` `(string: "")` - Address of a possible leader node.

- `auto_join` `(string: "")` - Cloud auto-join configuration, using
[go-discover](https://github.com/hashicorp/go-discover) syntax.
[go-discover](https://github.com/hashicorp/go-discover) syntax. Setting
`addr_typeaddress_type=private_v4` or `address_type=public_v4` forces Vault to
use IPv4 addresses.

- `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses
discovered via auto-join. Available values are `http` or `https`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ set [`disable_mlock`](/vault/docs/configuration#disable_mlock) to `true`, and to
- `leader_api_addr` `(string: "")` - Address of a possible leader node.

- `auto_join` `(string: "")` - Cloud auto-join configuration, using
[go-discover](https://github.com/hashicorp/go-discover) syntax.
[go-discover](https://github.com/hashicorp/go-discover) syntax. Setting
`addr_typeaddress_type=private_v4` or `address_type=public_v4` forces Vault to
use IPv4 addresses.

- `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses
discovered via auto-join. Available values are `http` or `https`.
Expand Down
Loading