Skip to content

Commit 26cf69d

Browse files
committed
chore(docs): Fix Cedar debug config table in docs
1 parent bcc9103 commit 26cf69d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/docs/configuration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Authorization is only effective if [Authentication](#authentication) is enabled.
233233
| <nobr>`LAKEKEEPER__OPENFGA__MAX_BATCH_CHECK_SIZE`</nobr> | `50` | p The maximum number of checks than can be handled by a batch check request. This is a [configuration option](https://openfga.dev/docs/getting-started/setup-openfga/configuration#OPENFGA_MAX_CHECKS_PER_BATCH_CHECK) of the `OpenFGA` server with default value 50. |
234234

235235

236-
##### Cedar
236+
##### Cedar <span class="lkp"></span>
237237

238238
| Variable | Example | Description |
239239
|----------------------------------------------------------|-------------------------------------------------------|-----|
@@ -246,9 +246,10 @@ Authorization is only effective if [Authentication](#authentication) is enabled.
246246
| `LAKEKEEPER__CEDAR__SCHEMA_FILE` | `/path/to/custom/schema.cedarschema` | Optional path to a custom Cedar schema file. If provided, this schema will be used instead of the embedded default schema. Useful for extending or customizing the Cedar schema. Compatibility with the Lakekeeper schema must be ensured for all entities provided by Lakekeeper (Server, Project, Namespace, Table, View. User & Role if externally managed roles is `false`). |
247247

248248
**Debug configurations for Cedar**
249-
| Variable | Example | Description |
250-
|------------------------------------------|---------|-------------------------|
251-
| `LAKEKEEPER__CEDAR__DEBUG__LOG_ENTITIES` | `false` | If `true`, logs all internal entities (excluding externally managed entities) for each authorization request at debug level. This is useful for debugging authorization issues but can be verbose and impacts performance. Logging only occurs when both this flag is `true` AND debug logging is enabled (`RUST_LOG=debug`). Default: `false`. |
249+
250+
| Variable | Example | Description |
251+
|-------------------------------------------------------|---------|------------|
252+
| <nobr>`LAKEKEEPER__CEDAR__DEBUG__LOG_ENTITIES`</nobr> | `false` | If `true`, logs all internal entities (excluding externally managed entities) for each authorization request at debug level. This is useful for debugging authorization issues but can be verbose and impacts performance. Logging only occurs when both this flag is `true` AND debug logging is enabled (`RUST_LOG=debug`). Default: `false`. |
252253

253254
### UI
254255

0 commit comments

Comments
 (0)