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

nsqd: support POST auth #1487

Merged
merged 1 commit into from
May 12, 2024
Merged

Commits on May 12, 2024

  1. nsqd: support for multiple Auth HTTP Methods

    Adds simple config option and flag to allow for auth to occur via POST
    request in addition to GET. Rationale: Errors from net/http requests are
    bubbled to nsqd when there is an error during authentication, such as if
    the nsq authentication server is unavailable. These errors include the
    full path, including any GET parameter, thus causing the authentication
    secret to be logged. This does not occur by default for the POST body
    thus helping protect secrets in transit between nsqd and the
    authentication server.
    danrjohnson authored and mreiferson committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0db445c View commit details
    Browse the repository at this point in the history