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

csi: check for empty arguments on CSI endpoint #8027

Merged
merged 1 commit into from
May 20, 2020
Merged

Commits on May 20, 2020

  1. csi: check for empty arguments on CSI endpoint

    Some of the CSI RPC endpoints were missing validation that the ID or
    the Volume definition was present. This could result in nonsense
    `CSIVolume` structs being written to raft during registration. This
    changeset corrects that bug and adds validation checks to present
    nicer error messages to operators in some other cases.
    tgross committed May 20, 2020
    Configuration menu
    Copy the full SHA
    df8fb7a View commit details
    Browse the repository at this point in the history