v.23.11New Feature

Add Protection for Named Collections' Fields to Prevent Unauthorized Access

Add new settings and syntax to protect named collections' fields from being overridden. This is meant to prevent a malicious user from obtaining unauthorized access to secrets. #55782 (Salvatore Mesoraca).
Add protection for named collections' fields from being overridden. This feature introduces new settings and syntax to prevent unauthorized modifications to sensitive fields within named collections.

Why it matters

Prevent unauthorized access to secrets by disallowing malicious overrides. The feature addresses security concerns where malicious users might override fields in named collections to obtain secret information, thereby enhancing data protection.

How to use it

Users can enable this feature by configuring the new settings dedicated to protecting named collection fields. Use the newly introduced syntax to mark fields within named collections as protected, which then disallows overriding those fields during runtime or configuration updates.