Skip to content

Commit 90aae38

Browse files
committed
Convert image to reusable partial
1 parent 91ee882 commit 90aae38

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed

content/vault/v1.19.x/content/docs/deploy/secure-cluster-with-tls.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@ description: >-
99

1010
When you secure your Vault cluster communications with TLS, you enhance the cluster's overall security posture. TLS also ensures that data transmitted between Vault nodes and clients remains confidential and tamper-proof.
1111

12-
<ImageConfig hideBorder caption="Secure intra-cluster and inter-cluster communications with TLS">
13-
14-
![Secure Vault intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls.png#light-theme-only)
15-
16-
</ImageConfig>
17-
18-
<ImageConfig hideBorder>
19-
20-
![Secure intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls-dark.png#dark-theme-only)
21-
22-
</ImageConfig>
12+
@include 'ld-images/deploy/secure-vault-tls.mdx'
2313

2414
Securing your Vault cluster deployments with mutual TLS is a crucial step for protecting sensitive data, and preventing unauthorized access. Operating Vault with TLS enabled enhances compliance, governance, auditing capabilities, and incident response.
2515

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ImageConfig hideBorder>
2+
3+
![Secure Vault intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls-dark.png#dark-theme-only)
4+
5+
</ImageConfig>
6+
7+
<ImageConfig hideBorder>
8+
9+
![Secure Vault intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls.png#light-theme-only)
10+
11+
</ImageConfig>

content/vault/v1.20.x/content/docs/deploy/secure-cluster-with-tls.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,7 @@ description: >-
99

1010
When you secure your Vault cluster communications with TLS, you enhance the cluster's overall security posture. TLS also ensures that data transmitted between Vault nodes and clients remains confidential and tamper-proof.
1111

12-
<ImageConfig hideBorder caption="Secure intra-cluster and inter-cluster communications with TLS">
13-
14-
![Secure Vault intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls.png#light-theme-only)
15-
16-
</ImageConfig>
17-
18-
<ImageConfig hideBorder>
19-
20-
![Secure intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls-dark.png#dark-theme-only)
21-
22-
</ImageConfig>
12+
@include 'ld-images/deploy/secure-vault-tls.mdx'
2313

2414
Securing your Vault cluster deployments with mutual TLS is a crucial step for protecting sensitive data, and preventing unauthorized access. Operating Vault with TLS enabled enhances compliance, governance, auditing capabilities, and incident response.
2515

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ImageConfig hideBorder>
2+
3+
![Secure Vault intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls-dark.png#dark-theme-only)
4+
5+
</ImageConfig>
6+
7+
<ImageConfig hideBorder>
8+
9+
![Secure Vault intra-cluster and inter-cluster communications with TLS](/img/diagram-secure-vault-tls.png#light-theme-only)
10+
11+
</ImageConfig>

0 commit comments

Comments
 (0)