BackendConfig cdn: enable: true
uses scary defaults
#599
Labels
kind/bug
Categorizes issue or PR as related to a bug.
cdn: enable: true
uses scary defaults
#599
I created a backend config like this:
Expecting it to be equivalent to the default CDN policy, which is more explicitly written like this:
Unfortunately the default if
cachePolicy
is omitted is actually equivalent to:This is a very unsafe default, in our case query parameters are essential to prevent data leakage between users, and I would like to ask that the default be the same as the Google Cloud CDN default.
For now I can work around the problem by explicitly setting the policy, but it was a nasty surprise.
The text was updated successfully, but these errors were encountered: