You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
hostname no longer needs to be specified in KerberosAuthMiddleware constructor - any hostname in the keytab will be accepted
Set REMOTE_USER when valid auth is provided, even if not required
Limit the number of bytes read in request bodies on auth failure to mitigate a possible DoS attack. New parameter read_max_on_auth_fail can be set to customize or remove the limit
Support clients which don't request mutual authentication