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: Fix parsing of '=' in secrets at command line and HTTP #15670

Merged
merged 2 commits into from
Jan 3, 2023

Commits on Jan 3, 2023

  1. csi: Fix parsing of '=' in secrets at command line and HTTP

    The command line flag parsing and the HTTP header parsing for CSI secrets
    incorrectly split at more than one '=' rune, making it impossible to use secrets
    that included that rune.
    tgross committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c4cde59 View commit details
    Browse the repository at this point in the history
  2. use strings.Cut

    tgross committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    17e72c8 View commit details
    Browse the repository at this point in the history