Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add option to retrieve username from HTTP header #219

Merged
merged 5 commits into from
May 22, 2019

Commits on May 22, 2019

  1. Pull username from header

    If the connection comes from a trusted ip, the username is pulled from a configured header
    andrewheberle authored May 22, 2019
    Configuration menu
    Copy the full SHA
    6b0f89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf1c39 View commit details
    Browse the repository at this point in the history
  3. Add user_header_name

    andrewheberle authored May 22, 2019
    Configuration menu
    Copy the full SHA
    f1160ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44afc31 View commit details
    Browse the repository at this point in the history
  5. Update tests

    Update identification tests to handle new IpBasedIdentification args
    
    TODO: Write tests for new functionality
    andrewheberle authored May 22, 2019
    Configuration menu
    Copy the full SHA
    92b3d96 View commit details
    Browse the repository at this point in the history