Skip to content

Commit 285740b

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 72dfe34 commit 285740b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

versioned_docs/version-3.14/scalardb-cluster/encrypt-data-at-rest.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@ If you enable the encryption feature, enabling wire encryption to protect your d
109109

110110
This tutorial explains how to encrypt data stored through ScalarDB by using HashiCorp Vault encryption.
111111

112+
### Prerequisites
113+
114+
- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/)
115+
- [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later
116+
117+
:::note
118+
119+
This tutorial has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../requirements.mdx).
120+
121+
:::
122+
112123
<WarningLicenseKeyContact product="ScalarDB Cluster" />
113124

114125
### Step 1. Install HashiCorp Vault

versioned_docs/version-3.14/scalardb-cluster/scalardb-auth-with-sql.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,17 @@ If you enable authentication and authorization, enabling wire encryption to prot
145145

146146
This tutorial explains how to use authentication and authorization.
147147

148+
### Prerequisites
149+
150+
- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/)
151+
- [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later
152+
153+
:::note
154+
155+
This tutorial has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../requirements.mdx).
156+
157+
:::
158+
148159
<WarningLicenseKeyContact product="ScalarDB Cluster" />
149160

150161
### 1. Create the ScalarDB Cluster configuration file

0 commit comments

Comments
 (0)