Skip to content
Open
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. Note:
Using `addr_typeaddress_type=private_v4` or `address_type=public_v4` will force IPv4
addresses.
Comment on lines +195 to +197
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[go-discover](https://github.com/hashicorp/go-discover) syntax. Note:
Using `addr_typeaddress_type=private_v4` or `address_type=public_v4` will force IPv4
addresses.
[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.

Style correction: prefer unified sentences over inline notes


- `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. Note:
Using `addr_typeaddress_type=private_v4` or `address_type=public_v4` will force IPv4
addresses.
Comment on lines +195 to +197
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[go-discover](https://github.com/hashicorp/go-discover) syntax. Note:
Using `addr_typeaddress_type=private_v4` or `address_type=public_v4` will force IPv4
addresses.
[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.

Copied suggestion from 1.18.x doc


- `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. Note:
Using `addr_typeaddress_type=private_v4` or `address_type=public_v4` will force IPv4
addresses.
Comment on lines +196 to +198
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[go-discover](https://github.com/hashicorp/go-discover) syntax. Note:
Using `addr_typeaddress_type=private_v4` or `address_type=public_v4` will force IPv4
addresses.
[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.

Copied suggestion from 1.18.x doc


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