-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support managed rule group configs in aws_wafv2_web_acl for the new managed rule AWSManagedRulesATPRuleSet #23290
Comments
can we get an update on this one please |
The required configuration looks something like "ManagedRuleGroupConfigs": [
{
"LoginPath": string
},
{
"PayloadType": "JSON|FORM_ENCODED"
},
{
"UsernameField": {
"Identifier": string
}
},
{
"PasswordField": {
"Identifier": string
}
}
] |
Any update on this please? |
Hello everyone! Has anyone been able to solve this problem with some workaround through aws-cli for example? I tried to activate Account Takeover Prevention through Terraform with a null_resource and aws-cli, but I did not find this option in the documentation and reference examples. Thanks! |
This functionality has been released in v4.49.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
@marianod92 were you able to figure this out? Running into the same issue :( edit: For anyone else this fixed it: #29154 |
Hey @sidpremkumar I couldn't get back on this issue yet, but from what I saw in the Issue #23287 , you can already provision this rule directly from Terraform. On the other hand, in the same issue they commented a solution via aws-cli, here is the link so you can take a look at it: Best! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
A new managed rule group was added for Account Takeover protection. The provider does not seem to support the additional configuration required -- https://docs.aws.amazon.com/waf/latest/APIReference/API_ManagedRuleGroupConfig.html
Please support the additional managed rule group configuration so we can use terraform to set up this rule set.
New or Affected Resource(s)
Broken Terraform Configuration
This does not work when you apply because it needs additional configuration
References
The text was updated successfully, but these errors were encountered: