Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.25 KB

File metadata and controls

22 lines (14 loc) · 1.25 KB

stackit.albwaf

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.

This package is part of the STACKIT Python SDK. For additional information, please visit the GitHub repository of the SDK.

Installation & Usage

pip install

pip install stackit-albwaf

Then import the package:

import stackit.albwaf

Getting Started

Examples for the usage of the package can be found in the GitHub repository of the SDK.