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

Router: Authorize permissionless internal requests. #16419

Merged
merged 2 commits into from
Jun 5, 2024

Commits on May 9, 2024

  1. Router: Authorize permissionless internal requests.

    Router-internal requests like /proxy/enabled and errors for invalid
    requests should not require permissions, but they still need to be
    authorized in order to satisfy the PreResponseAuthorizationCheckFilter.
    This patch adds authorization checks that do not require any particular
    permissions.
    gianm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0b7ac19 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    gianm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6b2d5e2 View commit details
    Browse the repository at this point in the history