Files
Sebastian Spaink 40dd2b90d2 config: migrate server.encoding and server.decoding validation to Rego (#8903)
Follow-up to #8900. Moves the gzip encoding and decoding config
validation off the Go `validateAndInjectDefaults` methods and onto
embedded Rego policies, injecting defaults and reporting value errors.
Each config registers its recognized options via
`config.RegisterConfigSpec` so unknown-option warnings live with the
owning struct. Field type validation stays in the Go decode step.

---------

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
2026-08-04 11:05:36 -05:00
..
2025-07-24 11:33:23 +02:00
2020-07-08 16:49:16 -07:00
2020-04-21 16:25:17 -07:00
2024-12-12 15:27:34 +01:00
2024-12-12 15:09:03 +01:00
2024-12-12 15:27:34 +01:00