Skip to content

Commit

Permalink
fix: disable auth cache by default (#7845)
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a committed Apr 26, 2024
1 parent 251d855 commit 4f3564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f3564e

Please sign in to comment.