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

fix(key-auth): add missing www-authenticate headers #11794

Merged

Commits on Mar 19, 2024

  1. fix(key-auth): add missing www-authenticate headers

    When serve returns 401 Unauthorized response it should
    return WWW-Authenticate header as well with proper challenge.
    Not all key-auth 401 responses had this header.
    This commit also adds an option to configure the realm
    for protected resource. By default it is empty therefore it
    is not displayed but it can be configured to
    be present in www_authenticate header.
    
    Fix: #7772
    KAG-321
    nowNick committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8c5d73d View commit details
    Browse the repository at this point in the history