Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove config.cache in favour of LMDB #4294

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions src/gateway/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,38 +381,6 @@ The SNI (Server Name Indication extension) to use for Vitals telemetry data.

---

#### data_plane_config_cache_mode
{:.badge .enterprise}

Data planes can store their config to file system as a backup in case the node
is restarted or reloaded to faster bring the node in configured state or in case
there are issues connecting to control plane.

This parameter can be used to control the behavior.

To be used by data plane nodes only: `unencrypted` = stores config cache
unencrypted `encrypted` = stores config cache encrypted `off` = does not store
the config cache

**Default:** `unencrypted`

---

#### data_plane_config_cache_path
{:.badge .enterprise}

The unencrypted config cache is stored by default to Kong `prefix` with a
filename `config.cache.json.gz`.

The encrypted config cache is stored by default to Kong `prefix` with a
filename `.config.cache.jwt` Alternatively you can specify path for config cache
with this parameter, e.g. `/tmp/kong-config-cache`.

**Default:** none

---


### Hybrid Mode Control Plane section

#### cluster_listen
Expand Down