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
+1 to not shipping weak defaults. I think there's a couple of options:
Remove the default value, let users experience a compile error and choose their own value.
Adjust the default value as you suggest, at the risk of breaking EL7 and storing up problems for future maintainers.
Both options are backwards incompatible, the first leads to a template compile error with trivial fix, the second will likely work seamlessly for people but carries the risk of breaking a deployed app somewhere.
Looking at the nginx schema I see following defaults:
This is quite weak, and outdated. Do we regard it as our responsibility to provide secure defaults? Otherwise I would change these to:
which would work on el8 (nginx 1.17) and beyond. Maybe lower as well but I don't have a el7 machine to test.
The text was updated successfully, but these errors were encountered: