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