You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-3.9/how-to-run-applications-with-auditor.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ You can also apply other configurations, such as TLS and gRPC configurations, fo
110
110
111
111
After configuring Ledger, Auditor, and the client, you need to start up Ledger and Auditor.
112
112
113
-
This guide uses a Docker 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).
113
+
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).
114
114
115
115
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.
116
116
@@ -145,7 +145,7 @@ Select your database, and follow the instructions to deploy ScalarDL Ledger and
145
145
146
146
You need a commercial license to use ScalarDL Auditor. Set up your license as follows.
147
147
148
-
1. Enable the Docker image for the Enterprise edition in the `cosmosdb/docker-compose-ledger.yml` file as follows:
148
+
1. Enable the container image for the Enterprise edition in the `cosmosdb/docker-compose-ledger.yml` file as follows:
149
149
150
150
- Before changing the image (default configuration):
151
151
@@ -175,7 +175,7 @@ You need a commercial license to use ScalarDL Auditor. Set up your license as fo
175
175
##### PLEASE REPLACE THIS VALUE WITH YOUR LICENSE KEY (ENTERPRISE EDITION ONLY) #####
176
176
```
177
177
178
-
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.
178
+
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.
179
179
180
180
- Before changing the certificate file path (default configuration):
@@ -46,6 +47,7 @@ You can configure an authentication method as follows. The same method (`digital
46
47
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).
47
48
48
49
For details about the configurations, see the following:
0 commit comments