MarcosO
May 11, 2023Altostratus
F5 rules for AWS WAF Terraform
Dear, good afternoon
I'm implementing the rules of F5 OWSAP10
https://aws.amazon.com/marketplace/pp/prodview-ah3rqi2hcqzsi
But I'm working with infrastructure by Terraform code
To carry out the implementation I need the correct name of the rule and the correct name of the vendor for implementation and I cannot find this information in the documentation
Can you help me?
ex:
{
overrideAction = {
type = var.NAME == "BLOCK" ? "NONE" : var.NAME
}
managedRuleGroupIdentifier = {
"vendorName" : "NAME",
"managedRuleGroupName" : "NAME"
}
ruleGroupType = "ManagedRuleGroup"
excludeRules = []
}
Suporte de solução muito fraco, não sabem responder o básico, consegui pela CLI, segue abaixo para quem precisar
Mas não recomendo, acabei migrando para vendedores melhores do mercado aws"vendorName":"F5","managedRuleGroupName":"OWASP_Managed"