diff options
author | Alex <alex@adnab.me> | 2024-01-15 16:41:50 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-15 16:41:50 +0000 |
commit | 993ce74976cd07eec927460af11fa8328f51206d (patch) | |
tree | f7b5eac5953039e7a6263a8586bec3024192bbc6 /doc/book | |
parent | ee7fe27d3d3cc473dcf9a4045b10a957382d4a7b (diff) | |
parent | 97bae7213aa214022b68b65094c3e152826de408 (diff) | |
download | garage-993ce74976cd07eec927460af11fa8328f51206d.tar.gz garage-993ce74976cd07eec927460af11fa8328f51206d.zip |
Merge pull request '0.8.x: config: refactor secret sourcing' (#685) from secret-sourcing into main-0.8.x
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/685
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. |