Skip to content

Commit a869762

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1607)
Co-authored-by: josh-wong <[email protected]>
1 parent 4f784af commit a869762

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/scalardb-cluster/scalardb-cluster-configurations.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,37 @@ The configurations for ScalarDB Cluster SQL are as follows:
595595
- **Description:** Default namespace name. If you don't specify a namespace name in your SQL statement, this value is used.
596596
- **Default value:** empty
597597

598+
### ABAC configurations
599+
600+
The following shows the attribute-based access control (ABAC) configurations for ScalarDB Cluster.
601+
602+
:::warning
603+
604+
The single CRUD operation transaction manager does not support ABAC.
605+
606+
:::
607+
608+
#### `abac.enabled`
609+
610+
- **Field:** `scalar.db.cluster.abac.enabled`
611+
- **Description:** Whether the ABAC feature is enabled.
612+
- **Default value:** `false`
613+
614+
:::warning
615+
616+
If you enable the ABAC feature, you will also need to do the following:
617+
618+
- Enable authentication and authorization. For more information, see [Authenticate and Authorize Users](./scalardb-auth-with-sql.mdx).
619+
- Set [`scalar.db.cross_partition_scan.enabled`](#cross-partition-scan-configurations) to `true` for the system namespace (`scalardb` by default). This is because the ABAC feature performs cross-partition scans internally.
620+
621+
:::
622+
623+
#### `abac.cache_expiration_time_millis`
624+
625+
- **Field:** `scalar.db.cluster.abac.cache_expiration_time_millis`
626+
- **Description:** The cache expiration time of the ABAC metadata cache in milliseconds. If you update the ABAC metadata, for example, the policy configuration, you might need to wait until this expiration time is reached for the changes to be applied. Setting this property to a low number may increase the number of accesses to the backend database and decrease performance.
627+
- **Default value:** `60000` (1 minute)
628+
598629
### Other ScalarDB Cluster configurations
599630

600631
The following are additional configurations available for ScalarDB Cluster.

0 commit comments

Comments
 (0)