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

Accesskey fixes #96

Merged
merged 3 commits into from
Nov 22, 2024
Merged

Accesskey fixes #96

merged 3 commits into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. Set access key on mount point

    In Quobyte clusters where client host IP is not trusted
    (configuration->security->trusted service n/w does not include
    client IP) and tenant "accessible from network" list is empty,
    the client cannot list volumes and access volumes. Therefore,
    setting access key on volume mount path fails.
    
    To get around the issue, client allows setting access key on the
    mount path itself. Change CSI Driver to use mount path.
    venkatsc committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2aedb86 View commit details
    Browse the repository at this point in the history
  2. Generate access key handle

    Make access key handle unpredictable and generate new one
    for each mount request.
    venkatsc committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0b5c7a8 View commit details
    Browse the repository at this point in the history
  3. E2E test binary is no longer available.

    ..compile it from source.
    venkatsc committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1b1d03b View commit details
    Browse the repository at this point in the history