From c3c420449fca391b48a4ae56b5a745b1a431f617 Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Fri, 26 Apr 2024 09:30:35 +0200 Subject: [PATCH] fix: disable auth cache by default (#7845) (cherry picked from commit 4f3564e4e9bca13a67eb5f621093533b12c552a1) --- cmd/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/defaults.yaml b/cmd/defaults.yaml index 5652ca2fcb..6c7e1cf530 100644 --- a/cmd/defaults.yaml +++ b/cmd/defaults.yaml @@ -276,7 +276,7 @@ Auth: HandleActiveInstances: 0s #ZITADEL_AUTH_SPOOLER_HANDLEACTIVEINSTANCES # Defines the amount of auth requests stored in the LRU caches. # There are two caches implemented one for id and one for code - AmountOfCachedAuthRequests: 128 #ZITADEL_AUTH_AMOUNTOFCACHEDAUTHREQUESTS + AmountOfCachedAuthRequests: 0 #ZITADEL_AUTH_AMOUNTOFCACHEDAUTHREQUESTS Admin: # See Projections.BulkLimit