|
3 | 3 | """ |
4 | 4 | STACKIT Application Load Balancer Web Application Firewall API |
5 | 5 |
|
6 | | -Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that ALB. An ALB with a WAF can have Managed Rule Set (MRS) and in addition can have Custom Rule Group (CRG). To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Currently this only consists of a rule configuration, which is written in Seclang. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. Currently updating a WAF configuration will not update an existing ALB until the Load Balancer VMs are restarted. |
| 6 | +Generate a Web Application Firewall (WAF) to use with Application Load Balancers (ALB). The name of the WAF configuration is used in the listener of the ALB. This will activate the WAF for that listener. A WAF can have a Managed Rule Set (MRS) and or a Custom Rule Group (CRG). To create a WAF one first needs to create all the configurations that are referenced in the WAF configuration. Once all configurations are created and referenced in the WAF configuration it can be used with an ALB. |
7 | 7 |
|
8 | 8 | The version of the OpenAPI document: 1.0.0 |
9 | 9 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
@@ -4335,7 +4335,7 @@ def update_waf( |
4335 | 4335 | ) -> GetWAFResponse: |
4336 | 4336 | """Update a WAF configuration |
4337 | 4337 |
|
4338 | | - The update endpoint will update a stored WAF configuration in project and not yet but later will also update the Load Balancers that reference it. |
| 4338 | + The update endpoint will update a stored WAF configuration in project and also for all the Load Balancers that have it referenced. |
4339 | 4339 |
|
4340 | 4340 | :param project_id: (required) |
4341 | 4341 | :type project_id: str |
@@ -4412,7 +4412,7 @@ def update_waf_with_http_info( |
4412 | 4412 | ) -> ApiResponse[GetWAFResponse]: |
4413 | 4413 | """Update a WAF configuration |
4414 | 4414 |
|
4415 | | - The update endpoint will update a stored WAF configuration in project and not yet but later will also update the Load Balancers that reference it. |
| 4415 | + The update endpoint will update a stored WAF configuration in project and also for all the Load Balancers that have it referenced. |
4416 | 4416 |
|
4417 | 4417 | :param project_id: (required) |
4418 | 4418 | :type project_id: str |
@@ -4489,7 +4489,7 @@ def update_waf_without_preload_content( |
4489 | 4489 | ) -> RESTResponseType: |
4490 | 4490 | """Update a WAF configuration |
4491 | 4491 |
|
4492 | | - The update endpoint will update a stored WAF configuration in project and not yet but later will also update the Load Balancers that reference it. |
| 4492 | + The update endpoint will update a stored WAF configuration in project and also for all the Load Balancers that have it referenced. |
4493 | 4493 |
|
4494 | 4494 | :param project_id: (required) |
4495 | 4495 | :type project_id: str |
|
0 commit comments