Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Side Strict Field Validation #105916

Merged
merged 1 commit into from Nov 19, 2021

Commits on Nov 19, 2021

  1. Server Side Field Validation

    Implements server side field validation behind the
    `ServerSideFieldValidation` feature gate. With the
    feature enabled, any create/update/patch request
    with the `fieldValidation` query param set to
    "Strict" will error if the object in the request
    body have unknown fields. A value of "Warn"
    (also the default when the feautre is enabled)
    will succeed the request with a warning.
    
    When the feature is disabled (or the query param
    has a value of "Ignore"), the request will succeed
    as it previously had with no indications of any
    unknown or duplicate fields.
    kevindelgado committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e50e2bb View commit details
    Browse the repository at this point in the history