How do you setup signed cookies for multiple separate paths within a Cloudfront distribution?
I've successfully setup signed cookies to authenticate access to the pattern "path1/" under a distribution, but now I want to setup separate mutually exclusive authenticated access to the pattern "path2/" under the same distribution so I can grant access to different users.
However, as far as I know, Cloudfront's signed cookies only use one set of three cookies named CloudFront-Policy, CloudFront-Signature, and CloudFront-Key-Pair-Id, so presumably it can only grant access to one location at a time.
Is there any way to support access to multiple locations?