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

Setup sticky session for Kerberos and NTML HTTP Authentication #392

Merged
merged 3 commits into from
Feb 7, 2024

Commits on Feb 3, 2024

  1. Setup sticky session for Kerberos and NTML HTTP Authentication

    When server responds with `WWW-Authenticate: Negotiate`, save VCAP_ID
    cookie on response to client so that subsequent request with
    `Authorization: Negotiate ...` will be directed to the same application
    instance.
    
    See [RFC-4559](https://www.ietf.org/rfc/rfc4559.txt)
    
    Signed-off-by: Josh Russett <[email protected]>
    jrussett authored and mariash committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e7853c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Set default VCAP_ID cookie properties during Authenticate Negotiate

    Signed-off-by: Geoff Franks <[email protected]>
    mariash authored and geofffranks committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ac8e469 View commit details
    Browse the repository at this point in the history
  2. Add debug logs when choosing an endpoint

    Signed-off-by: Maria Shaldybin <[email protected]>
    geofffranks authored and mariash committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2f82640 View commit details
    Browse the repository at this point in the history