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

Implemented Basic Auth #6

Merged
merged 24 commits into from
Sep 5, 2018
Merged

Implemented Basic Auth #6

merged 24 commits into from
Sep 5, 2018

Commits on Sep 3, 2018

  1. Added a dummy auth middleware

    dalazx committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    0c6adf9 View commit details
    Browse the repository at this point in the history
  2. Added BasicCredentials

    dalazx committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    7cb41f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6968802 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Added UserService

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    f47c540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee34401 View commit details
    Browse the repository at this point in the history
  3. Improved a log stmt

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    876267b View commit details
    Browse the repository at this point in the history
  4. Removed some extra stuff

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    e170b88 View commit details
    Browse the repository at this point in the history
  5. Hardcoded credentials for now

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    8664adb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    603792b View commit details
    Browse the repository at this point in the history
  7. Added another CI step

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    d74f0a4 View commit details
    Browse the repository at this point in the history
  8. Fixed the typo

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    2e89a31 View commit details
    Browse the repository at this point in the history
  9. Added some integration tests

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    fc54a4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9fdab43 View commit details
    Browse the repository at this point in the history
  11. Fixed E2E tests

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    141b170 View commit details
    Browse the repository at this point in the history
  12. Fixed linting errors

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    9019821 View commit details
    Browse the repository at this point in the history
  13. Added AuthConfig

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    5e7e20a View commit details
    Browse the repository at this point in the history
  14. Integrated

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    606edfe View commit details
    Browse the repository at this point in the history
  15. Fixed some fixtures

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    3c80094 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc07fff View commit details
    Browse the repository at this point in the history
  17. Exposed token service

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    75e25e4 View commit details
    Browse the repository at this point in the history
  18. Added more tests

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    5efc2cf View commit details
    Browse the repository at this point in the history
  19. Updated k8s deploy yml

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    73449be View commit details
    Browse the repository at this point in the history
  20. Moved a line in Makefile

    dalazx committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    2b68733 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aededff View commit details
    Browse the repository at this point in the history