Skip to content
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

[Enhancement]: Add ChallengeConfig and CaptchaConfig #29071

Closed
xandors opened this issue Jan 24, 2023 · 3 comments · Fixed by #40123
Closed

[Enhancement]: Add ChallengeConfig and CaptchaConfig #29071

xandors opened this issue Jan 24, 2023 · 3 comments · Fixed by #40123
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/wafv2 Issues and PRs that pertain to the wafv2 service.
Milestone

Comments

@xandors
Copy link

xandors commented Jan 24, 2023

Description

ChallengeConfig and CaptchaConfig enable setting WAFv2 Captcha and Challenge action token time different from 5 minutes

Affected Resource(s) and/or Data Source(s)

aws_wafv2_web_acl
aws_wafv2_rule_group

Potential Terraform Configuration

"CaptchaConfig": { 
            "ImmunityTimeProperty": { 
               "ImmunityTime": number
            }
         },
         "ChallengeConfig": { 
            "ImmunityTimeProperty": { 
               "ImmunityTime": number
            }
         },

References

https://docs.aws.amazon.com/waf/latest/APIReference/API_CreateRuleGroup.html
https://docs.aws.amazon.com/waf/latest/APIReference/API_Rule.html#WAF-Type-Rule-CaptchaConfig
https://docs.aws.amazon.com/waf/latest/APIReference/API_Rule.html#WAF-Type-Rule-ChallengeConfig

Would you like to implement a fix?

None

@xandors xandors added enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels Jan 24, 2023
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@justinretzolk justinretzolk added service/wafv2 Issues and PRs that pertain to the wafv2 service. and removed needs-triage Waiting for first response or review from a maintainer. labels Jan 24, 2023
@russl
Copy link

russl commented Jun 12, 2023

I see the captcha_config has been added. The challenge_config is missing still.

Copy link

Warning

This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

@github-actions github-actions bot added this to the v5.91.0 milestone Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/wafv2 Issues and PRs that pertain to the wafv2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants