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: volume deregistration should require exact ID #11852

Merged
merged 1 commit into from
Jan 14, 2022

Commits on Jan 14, 2022

  1. csi: volume deregistration should require exact ID

    The command line client sends a specific volume ID, but this isn't
    enforced at the API level and we were incorrectly using a prefix match
    for volume deregistration, resulting in cases where a volume with a
    shorter ID that's a prefix of another volume would be deregistered
    instead of the intended volume.
    tgross committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    cfb2929 View commit details
    Browse the repository at this point in the history