Skip to content

Commit 61d6d47

Browse files
authored
chore(docs): bump docs for OpenFGA v1.8.9 (#1015)
1 parent 7886dc3 commit 61d6d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/getting-started/setup-openfga/configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docker run docker.io/openfga/openfga:latest run \
101101

102102
## List of options
103103

104-
The following table lists the configuration options for the OpenFGA server [v1.8.8](https://github.com/openfga/openfga/releases/tag/v1.8.8), based on the [config-schema.json](https://raw.githubusercontent.com/openfga/openfga/refs/tags/v1.8.8/.config-schema.json).
104+
The following table lists the configuration options for the OpenFGA server [v1.8.9](https://github.com/openfga/openfga/releases/tag/v1.8.9), based on the [config-schema.json](https://raw.githubusercontent.com/openfga/openfga/refs/tags/v1.8.9/.config-schema.json).
105105

106106
| Config File | Env Var | Flag Name | Type | Description | Default Value |
107107
|-------------|---------|-----------|------|-------------|---------------|
@@ -124,7 +124,7 @@ The following table lists the configuration options for the OpenFGA server [v1.8
124124
| `requestDurationDatastoreQueryCountBuckets` | <div id="OPENFGA_REQUEST_DURATION_DATASTORE_QUERY_COUNT_BUCKETS"><code>OPENFGA_REQUEST_DURATION_DATASTORE_QUERY_COUNT_BUCKETS</code></div> | `request-duration-datastore-query-count-buckets` | []integer | Datastore query count buckets used to label the histogram metric for measuring request duration. | `50,200` |
125125
| `requestDurationDispatchCountBuckets` | <div id="OPENFGA_REQUEST_DURATION_DISPATCH_COUNT_BUCKETS"><code>OPENFGA_REQUEST_DURATION_DISPATCH_COUNT_BUCKETS</code></div> | `request-duration-dispatch-count-buckets` | []integer | Dispatch count buckets used to label the histogram metric for measuring request duration. | `50,200` |
126126
| `contextPropagationToDatastore` | <div id="OPENFGA_CONTEXT_PROPAGATION_TO_DATASTORE"><code>OPENFGA_CONTEXT_PROPAGATION_TO_DATASTORE</code></div> | `context-propagation-to-datastore` | boolean | Propagate a requests context to the datastore implementation. Settings this parameter can result in connection pool draining on request aborts and timeouts. | `false` |
127-
| `experimentals` | <div id="OPENFGA_EXPERIMENTALS"><code>OPENFGA_EXPERIMENTALS</code></div> | `experimentals` | []string (enum=[`enable-check-optimizations`, `enable-access-control`]) | a list of experimental features to enable | `` |
127+
| `experimentals` | <div id="OPENFGA_EXPERIMENTALS"><code>OPENFGA_EXPERIMENTALS</code></div> | `experimentals` | []string (enum=[`enable-check-optimizations`, `enable-list-objects-optimizations`, `enable-access-control`]) | a list of experimental features to enable | `` |
128128
| `accessControl.enabled` | <div id="OPENFGA_ACCESS_CONTROL_ENABLED"><code>OPENFGA_ACCESS_CONTROL_ENABLED</code></div> | `access-control-enabled` | boolean | Enable/disable the access control store. | `false` |
129129
| `accessControl.storeId` | <div id="OPENFGA_ACCESS_CONTROL_STORE_ID"><code>OPENFGA_ACCESS_CONTROL_STORE_ID</code></div> | `access-control-store-id` | string | The storeId to be used for the access control store. | |
130130
| `accessControl.modelId` | <div id="OPENFGA_ACCESS_CONTROL_MODEL_ID"><code>OPENFGA_ACCESS_CONTROL_MODEL_ID</code></div> | `access-control-model-id` | string | The modelId to be used for the access control store. | |
@@ -210,7 +210,7 @@ The following table lists the configuration options for the OpenFGA server [v1.8
210210
title: 'Running OpenFGA in Production',
211211
description: 'Learn the best practices of running OpenFGA in a production environment',
212212
link: '../../best-practices/running-in-production',
213-
id: './best-practices/running-in-production',
213+
id: './best-practices/running-in-production'
214214
}
215215
]}
216216
/>

0 commit comments

Comments
 (0)