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