From 194341ef84bb925a6b85176ba0f2ea2b3b343f8a Mon Sep 17 00:00:00 2001 From: josh-wong Date: Tue, 24 Jun 2025 03:35:28 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.14/design.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/versioned_docs/version-3.14/design.mdx b/versioned_docs/version-3.14/design.mdx index 736cec08..774c8459 100644 --- a/versioned_docs/version-3.14/design.mdx +++ b/versioned_docs/version-3.14/design.mdx @@ -43,7 +43,6 @@ ScalarDB manages various types of metadata in the underlying databases to provid | Core | Application-managed tables | For WAL information | In all the tables accessed by Consensus Commit | | Cluster | `scalardb.users`, `scalardb.namespace_privileges`, `scalardb.table_privileges`, `scalardb.auth_tokens` | For [authentication and authorization](./scalardb-cluster/scalardb-auth-with-sql.mdx) | In one designated database specified to store the scalardb system namespace | | Cluster | `scalardb.encrypted_columns` | For [encryption at rest](./scalardb-cluster/encrypt-data-at-rest.mdx) | In one designated database specified to store the scalardb system namespace | -| Cluster | `scalardb.abac_*` | For [attribute-based access control](./scalardb-cluster/authorize-with-abac.mdx) | In one designated database specified to store the scalardb system namespace | | Analytics | All the tables managed by the catalog server | For [data catalog](./scalardb-analytics/design.mdx#universal-data-catalog) | In the catalog server database | :::note