Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You can also apply other configurations, such as TLS and gRPC configurations, fo

After configuring Ledger, Auditor, and the client, you need to start up Ledger and Auditor.

This guide uses a Docker containerbased environment in `scalardl-samples` to locally start up Ledger and Auditor. If you have not finished cloning the repository, see [Prerequisites](getting-started.mdx#prerequisites) and [Clone the ScalarDL samples repository](getting-started.mdx#clone-the-scalardl-samples-repository).
This guide uses a container-based environment in `scalardl-samples` to locally start up Ledger and Auditor. If you have not finished cloning the repository, see [Prerequisites](getting-started.mdx#prerequisites) and [Clone the ScalarDL samples repository](getting-started.mdx#clone-the-scalardl-samples-repository).

For details on how to locally start up Ledger and Auditor in local or cloud-based Kubernetes environments, see [Deploy ScalarDL in your local Kubernetes environment](deploy-local-environment-overview.mdx) or [Deploy ScalarDL in a cloud-based Kubernetes environment](deploy-managed-kubernetes-environment-overview.mdx), respectively.

Expand Down Expand Up @@ -145,7 +145,7 @@ Select your database, and follow the instructions to deploy ScalarDL Ledger and

You need a commercial license to use ScalarDL Auditor. Set up your license as follows.

1. Enable the Docker image for the Enterprise edition in the `cosmosdb/docker-compose-ledger.yml` file as follows:
1. Enable the container image for the Enterprise edition in the `cosmosdb/docker-compose-ledger.yml` file as follows:

- Before changing the image (default configuration):

Expand Down Expand Up @@ -175,7 +175,7 @@ You need a commercial license to use ScalarDL Auditor. Set up your license as fo
##### PLEASE REPLACE THIS VALUE WITH YOUR LICENSE KEY (ENTERPRISE EDITION ONLY) #####
```

3. To check the license, update the `cosmosdb/docker-compose-ledger.yml` and `cosmosdb/docker-compose-auditor.yml` files as follows. If you're using a trial license, skip this step.
3. To validate the license by using a certificate, update the `cosmosdb/docker-compose-ledger.yml` and `cosmosdb/docker-compose-auditor.yml` files as follows. If you're using a trial license, skip this step.

- Before changing the certificate file path (default configuration):

Expand Down
2 changes: 2 additions & 0 deletions versioned_docs/version-3.9/how-to-run-applications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ If you are using the `scalardl-samples` environment, see the `ledger.properties`
:::

For details about the configurations, see the following:

- [Client configurations](configurations.mdx#client-configurations)
- [Ledger configurations](configurations.mdx#ledger-configurations)

Expand All @@ -46,6 +47,7 @@ You can configure an authentication method as follows. The same method (`digital
You also need to prepare some secret information. If you're using the digital-signature method you need to prepare a certificate and a private key. If you're using the HMAC method, you need to prepare a secret key. For more details about the authentication in ScalarDL, check out the [ScalarDL Authentication Guide](./authentication.mdx).

For details about the configurations, see the following:

- [Client configurations](configurations.mdx#client-configurations)
- [Ledger configurations](configurations.mdx#ledger-configurations)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.9/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ ScalarDL is provided as a Pod on the Kubernetes platform in production environme

### Platform

- **[Kubernetes](https://kubernetes.io/):** 1.28 - 1.32
- **[Kubernetes](https://kubernetes.io/):** 1.30 - 1.33
- **[Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)**
- **[Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/products/kubernetes-service)**
- **[Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift):** TBD
Expand Down