File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,10 @@ uri = "http://mock-jwks:8080/jwks"
237237[policy_configurations .ratelimit_v010 ]
238238algorithm = " fixed-window"
239239
240+ [policy_configurations .ratelimit_v010 .redis ]
241+ password = " "
242+ username = " "
243+
240244
241245# =============================================================================
242246# ANALYTICS CONFIGURATION
Original file line number Diff line number Diff line change @@ -375,6 +375,9 @@ policy_configurations:
375375 ratelimit_v010 :
376376 # Rate limiting algorithm: "gcra" (smooth rate limiting with burst support) or "fixed-window" (simple counter)
377377 algorithm : fixed-window
378+ redis :
379+ password : " "
380+ username : " "
378381
379382 # Model Weighted Round-Robin Policy Configuration
380383 modelweightedroundrobin_v010 :
@@ -481,4 +484,3 @@ vector_db_provider_username: "default"
481484vector_db_provider_password : " redis"
482485vector_db_provider_database : " 0"
483486vector_db_provider_ttl : 3600
484-
You can’t perform that action at this time.
0 commit comments