-
Notifications
You must be signed in to change notification settings - Fork 73
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
Adding unknownClientsChallenge and blockNonEssentialBots #459
Adding unknownClientsChallenge and blockNonEssentialBots #459
Conversation
7068082
to
fa5ea53
Compare
"unknown_clients_challenge": { | ||
Description: "Defines a method used for challenging suspicious bots. Possible values: none, cookies, javascript, captcha", | ||
Type: schema.TypeString, | ||
Optional: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add enum validation func
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
}, | ||
"block_non_essential_bots": { | ||
Description: "If non-essential bots should be blocked or not. Possible values: true, false", | ||
Type: schema.TypeString, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider adding validation func/ possible values: true, false, ""
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add value checks in tests after resource was applied
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review with Technical writer
6b7ef6d
to
9f35c10
Compare
b917cec
to
c4cc88a
Compare
…ecurity ddos rules
c4cc88a
to
e8c98a9
Compare
Adding unknownClientsChallenge and blockNonEssentialBots to the waf security ddos rules