diff --git a/documentation/docs/getting-started/configuration.mdx b/documentation/docs/getting-started/configuration.mdx index 8d291c2e3..9a775d106 100644 --- a/documentation/docs/getting-started/configuration.mdx +++ b/documentation/docs/getting-started/configuration.mdx @@ -130,7 +130,7 @@ Please use this table as a reference. | POLICY_STORE_POLICY_PATHS_TO_IGNORE | Which policy paths pushed to the client should be ignored. List of glob style paths, or paths without wildcards but ending with "/\*\*" indicating a parent path (ignoring all under it). | | | POLICY_UPDATER_CONN_RETRY | Retry options when connecting to the policy source (e.g. the policy bundle server). | | | INLINE_OPA_ENABLED | Whether or not OPAL should run OPA by itself in the same container. | | -| INLINE_OPA_CONFIG | If inline OPA is indeed enabled, user can pass cli options (configuration) that affects how OPA will run cli options used when running `opa run --server` inline. | | +| INLINE_OPA_CONFIG | If inline OPA is indeed enabled, the user can set the [server configuration options](https://docs.opal.ac/getting-started/running-opal/run-opal-client/opa-runner-parameters) that affects how OPA will start when running `opa run --server` inline. Watch escaping quotes. | {"config_file":"/mnt/opa/config"} | | INLINE_OPA_LOG_FORMAT | | | | KEEP_ALIVE_INTERVAL | | | | OFFLINE_MODE_ENABLED | If set, opal client will try to load policy store from backup file and operate even if server is unreachable. Ignored if INLINE_OPA_ENABLED=False | |