fix: enable authorization cache by default
This commit is contained in:
parent
cd7bfffd44
commit
1f57e7b538
|
@ -1,6 +1,7 @@
|
|||
authorization {
|
||||
deny_action = ignore
|
||||
no_match = allow
|
||||
cache = { enable = true }
|
||||
sources = [
|
||||
{
|
||||
type = file
|
||||
|
|
Loading…
Reference in New Issue