Skip to content

Commit

Permalink
README: SQLite specify encryption limitations (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Gomes <[email protected]>
  • Loading branch information
moio and pjbgf authored Sep 10, 2024
1 parent 2863045 commit f02f3f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit f02f3f9

Please sign in to comment.