From cc3240ebfc52c86c1cbd9dfc8c6374132d0d3cb9 Mon Sep 17 00:00:00 2001 From: Nikolay Komarevskiy <90605504+nikolay-komarevskiy@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:44:16 +0100 Subject: [PATCH] chore(boundary): `ic-boundary` enable rate-limits autoscaling (#3475) Each API boundary node will scale each `rate-limit` rule by the existing number of API boundary nodes. This would allow for setting global definition of the `rate-limit` config. Co-authored-by: IDX GitLab Automation --- ic-os/components/ic/share/ic-boundary.env | 1 + 1 file changed, 1 insertion(+) diff --git a/ic-os/components/ic/share/ic-boundary.env b/ic-os/components/ic/share/ic-boundary.env index b393237a7a6..52089c0d9df 100644 --- a/ic-os/components/ic/share/ic-boundary.env +++ b/ic-os/components/ic/share/ic-boundary.env @@ -7,6 +7,7 @@ REGISTRY_DISABLE_REPLICATOR="true" REGISTRY_LOCAL_STORE_PATH="/var/lib/ic/data/ic_registry_local_store" OBS_LOG_ANONYMIZATION_CANISTER_ID="uz2z3-qyaaa-aaaaq-qaacq-cai" RATE_LIMIT_GENERIC_CANISTER_ID="u637p-5aaaa-aaaaq-qaaca-cai" +RATE_LIMIT_GENERIC_AUTOSCALE="true" OBS_LOG_JOURNALD="true" OBS_METRICS_ADDR="[::]:9324" RATE_LIMIT_PER_SECOND_PER_SUBNET="1000"