garage/doc/book
Félix Baylac Jacqué f83fa02193
All checks were successful
continuous-integration/drone/pr Build is passing
Add allow_world_readable_secrets option to config file
Sometimes, the secret files permissions checks gets in the way. It's
by no mean complete, it doesn't take the Posix ACLs into account among
other things. Correctly checking the ACLs would be too involving (see
#658 (comment))
and would likely still fail in some weird chmod settings.

We're adding a new configuration file key allowing the user to disable
this permission check altogether.

The (already existing) env variable counterpart always take precedence
to this config file option. That's useful in cases where the
configuration file is static and cannot be easily altered.

Fixes #658

Co-authored-by: Florian Klink <flokli@flokli.de>
2023-10-26 18:25:13 +02:00
..
build doc: add an operations&maintenance section and move some pages there 2023-06-14 12:39:40 +02:00
connect doc: update endpoint_url documentation 2023-10-02 17:16:11 +03:00
cookbook move alpine linux info to binary package page 2023-08-28 12:20:34 +02:00
design doc: add an operations&maintenance section and move some pages there 2023-06-14 12:39:40 +02:00
development doc: add an operations&maintenance section and move some pages there 2023-06-14 12:39:40 +02:00
operations operations/durability-repairs-md: Fix typo 2023-07-24 10:01:48 -07:00
quick-start doc: update endpoint_url documentation 2023-10-02 17:16:11 +03:00
reference-manual Add allow_world_readable_secrets option to config file 2023-10-26 18:25:13 +02:00
working-documents doc: add an operations&maintenance section and move some pages there 2023-06-14 12:39:40 +02:00
.gitignore Doc skeleton + intro 2021-03-17 14:44:14 +01:00
_index.md Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
README Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00

These are the sources for the documentation but not the whole website.
The website templates and other things are in garage_website, which
uses this as a submodule.