Skip to content

Commit 24500cc

Browse files
authored
known issue for go-discover issue (#846)
Known issue alert for auto-join failing on specific versions.
2 parents d0cd20b + 16b7e1b commit 24500cc

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

content/vault/global/partials/important-changes/summary-tables/1_19.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Introduced | Recommendations | Edition | Change
2929
Found | Fixed | Workaround | Edition | Issue
3030
------ |------- | ---------- | ---------- | -----
3131
1.19.0 | No | **Yes** | Enterprise | [Duplicate unseal/seal wrap HSM keys](/vault/docs/v1.19.x/updates/important-changes#hsm-keys)
32+
1.19.6 | No | No. | All. | [AWS auto join fails on startup](/vault/docs/v1.20.x/updates/important-changes#aws-auto-join)
3233
1.19.0 | 1.19.3 | **Yes** | All | [Login/token renewal failures after group changes](/vault/docs/v1.19.x/updates/important-changes#group-writes)
3334
1.19.0 | 1.19.3 | Upgrade | All | [Unexpected DB static role rotations on upgrade](/vault/docs/v1.19.x/updates/important-changes#db-static-role-rotations)
3435
1.19.0 | 1.19.3 | Upgrade | All | [Unexpected LDAP static role rotations on upgrade](/vault/docs/v1.19.x/updates/important-changes#ldap-static-role-rotations)

content/vault/global/partials/important-changes/summary-tables/1_20.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Introduced | Recommendations | Edition | Change
2121
Found | Fixed | Workaround | Edition | Issue
2222
------ |--------| ---------- | ---------- | -----
2323
1.20.0 | No | **Yes** | Enterprise | [Duplicate unseal/seal wrap HSM keys](/vault/docs/v1.20.x/updates/important-changes#hsm-keys)
24+
1.20.0 | No | No. | All. | [AWS auto join fails on startup](/vault/docs/v1.20.x/updates/important-changes#aws-auto-join)
2425
1.20.0 | 1.20.1 | **Yes** | Enterprise | [Secondary cluster reload overwrites development cluster setting](/vault/docs/v1.20.x/updates/important-changes#development-cluster-reload)
2526
1.20.0 | 1.20.1 | **Yes** | All | [UI login fails for auth mounts with underscores and unauthenticated listing](/vault/docs/v1.20.x/updates/important-changes#ui-login-underscore)
2627
1.20.0 | 1.20.1 | **Yes** | All | [GUI navigation error for KV v2 secret paths containing underscores](/vault/docs/v1.20.x/updates/important-changes#ui-kvv2-underscore-secrets)

content/vault/v1.19.x/content/docs/updates/important-changes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,19 @@ Explicitly set the default endpoint and region when configuring sts:
309309

310310
## Known issues
311311

312+
### AWS auto join fails on startup ((#aws-auto-join)).
313+
314+
| Change | Status | Affected version | Fixed version
315+
| ----------- | ------ | ------------------------------ | --------------------
316+
| Known issue | Open | 1.19.5 to 1.19.8, 1.20.x | None
317+
318+
After unsealing Vault and attempting to autojoin nodes to the cluster, if Dual Stack endpoints are not enabled in that region.
319+
320+
#### Workaround
321+
322+
Auto join will not work with this issue existing. If you need to rely on auto join for your nodes, do not upgrade.
323+
324+
312325
### Duplicate unseal/seal wrap HSM keys ((#hsm-keys)) <EnterpriseAlert inline="true" />
313326

314327
| Change | Status | Affected version | Fixed version

content/vault/v1.20.x/content/docs/updates/important-changes.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,18 @@ $ vault write auth/kubernetes/role/demo \
187187

188188
## Known issues
189189

190+
### AWS auto join fails on startup ((#aws-auto-join)).
191+
192+
| Change | Status | Affected version | Fixed version
193+
| ----------- | ------ | ------------------------------ | --------------------
194+
| Known issue | Open | 1.19.5 to 1.19.8, 1.20.x | None
195+
196+
After unsealing Vault and attempting to autojoin nodes to the cluster, if Dual Stack endpoints are not enabled in that region.
197+
198+
#### Workaround
199+
200+
Auto join will not work with this issue existing. If you need to rely on auto join for your nodes, do not upgrade.
201+
190202
### Duplicate unseal/seal wrap HSM keys ((#hsm-keys)) <EnterpriseAlert inline="true" />
191203

192204
| Change | Status | Affected version | Fixed version

0 commit comments

Comments
 (0)