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

Allow custom key to be used for whitelist and X-Forwarded-User instead of the hardcoded email #159

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2020

  1. init commit

    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    1b7d054 View commit details
    Browse the repository at this point in the history
  2. add github workflow

    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    bcadb3a View commit details
    Browse the repository at this point in the history
  3. fix naming

    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    b290b21 View commit details
    Browse the repository at this point in the history
  4. fix missing param

    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    f041759 View commit details
    Browse the repository at this point in the history
  5. upgrade Go version to 1.14

    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    0e2bb23 View commit details
    Browse the repository at this point in the history
  6. tmp remove of tests

    update error message
    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    b0f7b17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c792263 View commit details
    Browse the repository at this point in the history
  8. put back tests

    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    189e4a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    399f3da View commit details
    Browse the repository at this point in the history
  10. upgrade dependencies

    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    40bd110 View commit details
    Browse the repository at this point in the history
  11. Revert "upgrade dependencies"

    This reverts commit 40bd110
    
    It prevents GO 1.12 from working 1.13 + 1.14 still work however.
    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    2a2d542 View commit details
    Browse the repository at this point in the history
  12. Revert "upgrade dependencies"

    This reverts commit 40bd110
    maxisme committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    22aa772 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9c2ec2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb02259 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. tidy error message

    maxisme committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c77e649 View commit details
    Browse the repository at this point in the history
  2. tidy error message

    maxisme committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    4b554e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. remove actions

    maxisme committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    c7f5f0a View commit details
    Browse the repository at this point in the history
  2. rename UserIDPath to UserID

    remove UserID type
    rename comma delimited to comma separated
    maxisme committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    fb70085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b3750 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. revert docker golang version to 1.13

    Max Mitchell committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a33a869 View commit details
    Browse the repository at this point in the history
  2. change whitelist comment to indicate userIDs instead of explicitly em…

    …ails
    Max Mitchell committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    9ea7d98 View commit details
    Browse the repository at this point in the history
  3. revert go version

    Max Mitchell committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    49439c7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/thomseddon/traefik-forwar…

    …d-auth
    
    � Conflicts:
    �	internal/auth.go
    �	internal/auth_test.go
    �	internal/server.go
    Max Mitchell committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4906a18 View commit details
    Browse the repository at this point in the history
  5. fix conflicts

    Max Mitchell committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4091bb1 View commit details
    Browse the repository at this point in the history
  6. add tests

    Max Mitchell committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    58d555c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. push to docker for testing

    Max Mitchell committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    dc20081 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merge pull request #1 from maxisme/fix-conflicts

    Fix conflicts
    maxisme authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    a98e568 View commit details
    Browse the repository at this point in the history