Skip to content

Commit 3c07ada

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1174)
Co-authored-by: josh-wong <[email protected]>
1 parent 9b45e51 commit 3c07ada

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ displayed_sidebar: docsEnglish
66

77
# Authenticate and Authorize Users
88

9+
import JavadocLink from '/src/theme/JavadocLink.js';
10+
911
ScalarDB Cluster has a mechanism to authenticate and authorize users.
1012

11-
This guide describes how to use authentication and authorization in ScalarDB Cluster.
13+
This guide describes how to use authentication and authorization in ScalarDB SQL.
14+
15+
:::tip
16+
17+
You can also do authentication and authorization by using the primitive interface. For details, see <JavadocLink packageName="scalardb-cluster-java-client-sdk" path="com/scalar/db/cluster/client" className="ClusterClientTransactionAdmin" />, which implements <JavadocLink packageName="scalardb" path="com/scalar/db/api" className="AuthAdmin" />.
18+
19+
:::
1220

1321
## Overview
1422

0 commit comments

Comments
 (0)