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

[fast-client][server] Throw 403 for metadata request that does not have storage read quota enabled #975

Merged
merged 2 commits into from
May 13, 2024

Commits on May 8, 2024

  1. [fast-client][server] Throw 403 for metadata request that does not ha…

    …ve storage read quota enabled
    
    1. The idea is to block new fast-client traffic that do not have storage node read quota enabled.
    New client version will fail fast and have a clear error message to direct the user on what's missing.
    Old client versions will keep failing the metadata request and the user will also see the error
    message once dig deeper into the error trace.
    xunyin8 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    da82bbe View commit details
    Browse the repository at this point in the history
  2. Addressed PR comments

    xunyin8 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    21ff7d9 View commit details
    Browse the repository at this point in the history