1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-31 15:11:31 +00:00

README: SQLite specify encryption limitations (#269)

Co-authored-by: Paulo Gomes <paulo.gomes@suse.com>
This commit is contained in:
Silvio Moioli
2024-09-10 09:38:42 +02:00
committed by GitHub
parent 28630459d0
commit f02f3f9411

View File

@@ -61,6 +61,14 @@ Steve is used with SQLite caching of resources, which is configured when
calling `server.New` via the `server.Options.SQLCache` boolean option.
Meaning and behavior are the same unless otherwise specified.
Note that, if SQLite caching of resources is enabled, some of the data
can be stored in disk, in either encrypted or plain text forms based on:
- by default, Secrets are always encrypted
- if the environment variable `CATTLE_ENCRYPT_CACHE_ALL` is set to "true",
all resources are encrypted
- regardless of the setting's value, any filterable/sortable columns are stored
in plain text (see `filter` below for the exact list)
#### `limit`
**If SQLite caching is disabled** (`server.Options.SQLCache=false`),