Skip to content

Commit 6749d4f

Browse files
committed
Add required params
1 parent ff7d579 commit 6749d4f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gateway/it/test-config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ uri = "http://mock-jwks:8080/jwks"
237237
[policy_configurations.ratelimit_v010]
238238
algorithm = "fixed-window"
239239

240+
[policy_configurations.ratelimit_v010.redis]
241+
password = ""
242+
username = ""
243+
240244

241245
# =============================================================================
242246
# ANALYTICS CONFIGURATION

gateway/it/test-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
481484
vector_db_provider_password: "redis"
482485
vector_db_provider_database: "0"
483486
vector_db_provider_ttl: 3600
484-

0 commit comments

Comments
 (0)