We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f3398 commit 725d278Copy full SHA for 725d278
cluster/pulumi/infra/src/cloudArmor.ts
@@ -34,14 +34,6 @@ export interface PredefinedWafRule {
34
sensitivityLevel?: 'off' | 'low' | 'medium' | 'high';
35
}
36
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
-
45
/**
46
* Creates a Cloud Armor security policy
47
* @param cac loaded configuration
0 commit comments