You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using action "captcha" is not supported, in addition custom parameters of captcha action are not supported like custom_request_handling
Expected Behavior
Expect captcha action to work, if more detailed, in rendered template it should render as action { captcha {} }
And ideally with an ability to modify the block inside please
Steps to Reproduce
Steps to reproduce the behavior:
Go to any rule that support CAPTCHA action
In main code block use something like name = "geo-location-rule" action = "captcha"
Try to apply
It will show in action block action { }
Plan successfull
Apply failing
Screenshots
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Terraform v1.3.7
Additional Context
None
The text was updated successfully, but these errors were encountered:
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Using action "captcha" is not supported, in addition custom parameters of captcha action are not supported like custom_request_handling
Expected Behavior
Expect captcha action to work, if more detailed, in rendered template it should render as
action { captcha {} }
And ideally with an ability to modify the block inside please
Steps to Reproduce
Steps to reproduce the behavior:
name = "geo-location-rule"
action = "captcha"
action {
}
Screenshots
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Additional Context
None
The text was updated successfully, but these errors were encountered: