Using AWS WAF ATP on more than one login page

0

Is it possible to use one ATP rule to protect more than one login page in the AWS WAF?

For context, I have one ACL on WAF protecting one login page. We're expanding some systems and adding some new separate login pages. I would like to keep the protection under one single ACL but I'm struggling to figure out a way to have the ATP rules applying to more than one login page.

Brian B
asked a year ago248 views
1 Answer
1

It doesn't appear to be possible with a single ATP rule as you can only specify one login path per rule currently. You can see in the API docs that only a string value (not array) is accepted: https://docs.aws.amazon.com/waf/latest/APIReference/API_AWSManagedRulesATPRuleSet.html#WAF-Type-AWSManagedRulesATPRuleSet-LoginPath

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions