Fix typo in configuration documentation (#7997)
This commit is contained in:
parent
2dc8211a88
commit
1134e2aafc
|
@ -626,7 +626,7 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
|||
policy controls the behavior of a token when there is no matching rule. In "allow"
|
||||
mode, ACLs are a denylist: any operation not specifically prohibited is allowed.
|
||||
In "deny" mode, ACLs are an allowlist: any operation not specifically
|
||||
allowed is blocked. **Note**: this will not take effect until you'veenabled ACLs.
|
||||
allowed is blocked. **Note**: this will not take effect until you've enabled ACLs.
|
||||
|
||||
- `enable_key_list_policy` ((#acl_enable_key_list_policy)) - Either "enabled"
|
||||
or "disabled", defaults to "disabled". When enabled, the `list` permission will
|
||||
|
|
Loading…
Reference in New Issue