aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-15 17:18:46 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-15 17:18:46 +0100
commit7228695ee288012103355589caa1ab5dd666b164 (patch)
treeaddbc5e7b504ef6acdc4e56748b963e0dfe60518 /doc
parentee7fe27d3d3cc473dcf9a4045b10a957382d4a7b (diff)
downloadgarage-7228695ee288012103355589caa1ab5dd666b164.tar.gz
garage-7228695ee288012103355589caa1ab5dd666b164.zip
config: refactor secret sourcing
Diffstat (limited to 'doc')
-rw-r--r--doc/book/reference-manual/configuration.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/book/reference-manual/configuration.md b/doc/book/reference-manual/configuration.md
index a536dd02..77720f7b 100644
--- a/doc/book/reference-manual/configuration.md
+++ b/doc/book/reference-manual/configuration.md
@@ -325,10 +325,9 @@ yourself.
### `allow_world_readable_secrets`
-Garage checks the permissions of your secret files to make sure
-they're not world-readable. In some cases, the check might fail and
-consider your files as world-readable even if they're not. Such as
-when using Posix ACLs.
+Garage checks the permissions of your secret files to make sure they're not
+world-readable. In some cases, the check might fail and consider your files as
+world-readable even if they're not, for instance when using Posix ACLs.
Setting `allow_world_readable_secrets` to `true` bypass this
permission verification.