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

Add option to disable field length checking #124

Merged
merged 1 commit into from
Jun 21, 2019

Conversation

codenrhoden
Copy link
Member

This patch adds a new option to explicitly disable the checking of CSI
message field lengths against the defined maximums found in the spec.
This is in direct response to the observation of COs not adhering to
this portion of the spec and commonly sending strings that are longer
than the current default limit of 128 bytes. This leads consumers to use
GoCSI with all spec validation disabled, which minimizes it's
usefulness.

Fixes #105

This patch adds a new option to explicitly disable the checking of CSI
message field lenghts against the defined maximums found in the spec.
This is in direct response to the observation of COs not adhering to
this portion of the spec and commonly sending strings that are longer
than the current default limit of 128 bytes. This leads consumers to use
GoCSI with all spec validation disabled, which minimizes it's
usefulness.
@codenrhoden codenrhoden merged commit ead75a4 into rexray:master Jun 21, 2019
@codenrhoden codenrhoden deleted the disable-field-len branch June 21, 2019 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input validator prevents MountVolume requests in some cases
1 participant