Resolve "Check frontend/common boolean configuration options handling"
Merged
requested to merge 1098-check-frontend-common-boolean-configuration-options-handling into main
Summary
Additional Required Actions
- Requires manual tests in pre-production: YES/NO
- Requires a documentation update: YES/NO
References
Closes #1098 (closed)
Merge request reports
Activity
added cta: Front End (gRPC) typebug labels
added 1 commit
- 941fb827 - Make zeroLengthFilesForbidden bool instead of string, default true
assigned to @kskovola
Perfectly fine, we miss a bit of a migration path from "off/on" to "false/true" but at CERN we do not define it and use the default... So I won´t insist on putting in place the proper migration path.
Ideally we should allow the deprecated values and issue a WARNING at cta-frontend start time... but this would require to track this small change for too long... The proper solution for the frontend configuration will come with
cta-admin frontend ls
...mentioned in commit 2410ca57
Please register or sign in to reply