Skip to content

Commit a28d18d

Browse files
authored
added Isolate your test instance warning to Snapshot restore doc (#1277)
Please go to the `Preview` tab and select the appropriate template: * [HCP services](?expand=1&template=hcp_pull_request_template.md) * [Terraform Enterprise](?expand=1&template=ptfe_release_pull_request_template.md) added Isolate your test instance warning to Snapshot restore doc
2 parents a3fa400 + 83980d8 commit a28d18d

File tree

2 files changed

+20
-0
lines changed
  • content/vault

2 files changed

+20
-0
lines changed

content/vault/v1.20.x/content/docs/sysadmin/snapshots/restore.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Manually restore data for a Vault cluster leader node with a saved snapshot.
1818
original cluster unseal keys to unseal Vault after restoring the snapshot.
1919
- **You must have permission to access encrypted data in backed storage**.
2020

21+
<Warning title="Isolate your test instance">
22+
23+
Always perform your upgrade and restore tests in a fully isolated network
24+
environment to avoid accidentally revoking 3rd-party credentials (secrets, etc.)
25+
and to maintain data consistency by preventing unwanted cluster-to-cluster
26+
communication. If your test instance revokes live credentials, they may expire
27+
and result in irrevocable leases for the production cluster associated with the
28+
snapshot.
29+
30+
</Warning>
2131

2232
## Step 1: Bring your Vault cluster back online
2333

content/vault/v1.21.x/content/docs/sysadmin/snapshots/restore.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Manually restore data for a Vault cluster leader node with a saved snapshot.
1818
original cluster unseal keys to unseal Vault after restoring the snapshot.
1919
- **You must have permission to access encrypted data in backed storage**.
2020

21+
<Warning title="Isolate your test instance">
22+
23+
Always perform your upgrade and restore tests in a fully isolated network
24+
environment to avoid accidentally revoking 3rd-party credentials (secrets, etc.)
25+
and to maintain data consistency by preventing unwanted cluster-to-cluster
26+
communication. If your test instance revokes live credentials, they may expire
27+
and result in irrevocable leases for the production cluster associated with the
28+
snapshot.
29+
30+
</Warning>
2131

2232
## Step 1: Bring your Vault cluster back online
2333

0 commit comments

Comments
 (0)