From f967546d2fe6d76cadd2d2a84a37a52af66d3184 Mon Sep 17 00:00:00 2001 From: JMGoldsmith Date: Fri, 3 Oct 2025 11:31:26 +0200 Subject: [PATCH 1/4] adding docs updates --- .../vault/v1.18.x/content/docs/configuration/storage/raft.mdx | 4 +++- .../vault/v1.19.x/content/docs/configuration/storage/raft.mdx | 4 +++- .../vault/v1.20.x/content/docs/configuration/storage/raft.mdx | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx b/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx index e184ab49d9..1778164096 100644 --- a/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx +++ b/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx @@ -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. - `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses discovered via auto-join. Available values are `http` or `https`. diff --git a/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx b/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx index e184ab49d9..1778164096 100644 --- a/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx +++ b/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx @@ -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. - `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses discovered via auto-join. Available values are `http` or `https`. diff --git a/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx b/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx index 0356341e37..fda280959d 100644 --- a/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx +++ b/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx @@ -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. - `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses discovered via auto-join. Available values are `http` or `https`. From 94da6328454ec135d34ea124d4ae86aa0158ca62 Mon Sep 17 00:00:00 2001 From: JMGoldsmith Date: Mon, 6 Oct 2025 10:12:08 +0200 Subject: [PATCH 2/4] Update content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --- .../v1.18.x/content/docs/configuration/storage/raft.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx b/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx index 1778164096..2dd345c89a 100644 --- a/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx +++ b/content/vault/v1.18.x/content/docs/configuration/storage/raft.mdx @@ -192,9 +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. 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. - `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses discovered via auto-join. Available values are `http` or `https`. From f02dc5c92560ae6d0a8b6b18f845f8319b04bd68 Mon Sep 17 00:00:00 2001 From: JMGoldsmith Date: Mon, 6 Oct 2025 10:12:18 +0200 Subject: [PATCH 3/4] Update content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --- .../v1.20.x/content/docs/configuration/storage/raft.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx b/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx index fda280959d..e1688b815c 100644 --- a/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx +++ b/content/vault/v1.20.x/content/docs/configuration/storage/raft.mdx @@ -193,9 +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. 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. - `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses discovered via auto-join. Available values are `http` or `https`. From d55f277e30e51e4c7d543acc243fbbeb4b87a77b Mon Sep 17 00:00:00 2001 From: JMGoldsmith Date: Mon, 6 Oct 2025 10:12:28 +0200 Subject: [PATCH 4/4] Update content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --- .../v1.19.x/content/docs/configuration/storage/raft.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx b/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx index 1778164096..2dd345c89a 100644 --- a/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx +++ b/content/vault/v1.19.x/content/docs/configuration/storage/raft.mdx @@ -192,9 +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. 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. - `auto_join_scheme` `(string: "")` - The optional URI protocol scheme for addresses discovered via auto-join. Available values are `http` or `https`.