Skip to content

Commit 725d278

Browse files
Minor cleanup after 3.4 merge (#2762)
Signed-off-by: Martin Florian <martin.florian@digitalasset.com>
1 parent b1f3398 commit 725d278

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cluster/pulumi/infra/src/cloudArmor.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ export interface PredefinedWafRule {
3434
sensitivityLevel?: 'off' | 'low' | 'medium' | 'high';
3535
}
3636

37-
// TODO (DACH-NY/canton-network-internal#2115) replace this placeholder config
38-
// with the real yaml structure we want to use
39-
export interface ApiThrottleConfig {
40-
endpoint: ApiEndpoint;
41-
throttle: ThrottleConfig;
42-
action: 'throttle' | 'ban';
43-
}
44-
4537
/**
4638
* Creates a Cloud Armor security policy
4739
* @param cac loaded configuration

0 commit comments

Comments
 (0)