Files
neon/pageserver
Christian Schwarz 18f6ccd77e tenant create / config API: enforce that all supplied keys are valid
This could have been a simple `#[serde(deny_unknown_fields)]` but sadly,
that is documented, but compile-time-silently incompatible with
`#[serde(flatten)]`.
2023-05-17 20:21:18 +02:00
..