Skip to content

Commit 9b45e51

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/scalardb-cluster/scalardb-auth-with-sql.mdx

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

77
# Authenticate and Authorize Users
88

9+
import JavadocLink from '/src/theme/JavadocLink.js';
910
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1011

1112
ScalarDB Cluster has a mechanism to authenticate and authorize users.
1213

13-
This guide describes how to use authentication and authorization in ScalarDB Cluster.
14+
This guide describes how to use authentication and authorization in ScalarDB SQL.
15+
16+
:::tip
17+
18+
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" />.
19+
20+
:::
1421

1522
## Overview
1623

0 commit comments

Comments
 (0)