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

feat: Traefik decision api support #904

Merged
merged 19 commits into from
Feb 14, 2022

Commits on Feb 1, 2022

  1. made verification of claims return Unauthorized errors instead of Int…

    …ernalServer errors on expectation failures
    dadrus committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    950c65d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cddcfe View commit details
    Browse the repository at this point in the history
  3. made docker build working

    dadrus committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    fd5ee3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7c706f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e38d08c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eed6ff0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. proxy.RequestHandler is now an interface to enable mocking. Tests for…

    … the decision api impl updated to cover the header use cases
    dadrus committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    546fedc View commit details
    Browse the repository at this point in the history
  2. constants for headers

    dadrus committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    b246c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ad7a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    006943a View commit details
    Browse the repository at this point in the history
  5. moved the code to update the url back to the Handle method to avoid s…

    …ide effect confusions
    dadrus committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6e2983b View commit details
    Browse the repository at this point in the history
  6. make format

    dadrus committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c0be2ce View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. new tests for error_redirect

    dadrus committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    2697626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923ad32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7db7f View commit details
    Browse the repository at this point in the history
  4. build command fixed

    dadrus committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    35e980d View commit details
    Browse the repository at this point in the history
  5. doc about trafic integration

    dadrus committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    8e26261 View commit details
    Browse the repository at this point in the history
  6. more docu

    dadrus committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6e91ee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    487e2fa View commit details
    Browse the repository at this point in the history