diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-15 17:18:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-15 17:18:46 +0100 |
commit | 7228695ee288012103355589caa1ab5dd666b164 (patch) | |
tree | addbc5e7b504ef6acdc4e56748b963e0dfe60518 /doc/book | |
parent | ee7fe27d3d3cc473dcf9a4045b10a957382d4a7b (diff) | |
download | garage-7228695ee288012103355589caa1ab5dd666b164.tar.gz garage-7228695ee288012103355589caa1ab5dd666b164.zip |
config: refactor secret sourcing
Diffstat (limited to 'doc/book')
-rw-r--r-- | doc/book/reference-manual/configuration.md | 7 |
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. |