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

Translate HTTPAuthFilter onto HTTPRoute #2836

Commits on Sep 5, 2023

  1. Add function

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    afd62c6 View commit details
    Browse the repository at this point in the history
  2. Add RouteAuthFilterKind export

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9cba905 View commit details
    Browse the repository at this point in the history
  3. Add ServicesForRoute function

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8beedde View commit details
    Browse the repository at this point in the history
  4. Start adding translateHTTPRouteAuth

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3355408 View commit details
    Browse the repository at this point in the history
  5. Added translation filter to existing filter processing

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    26bb2f8 View commit details
    Browse the repository at this point in the history
  6. Split out formatting into subfunctions

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7ad3648 View commit details
    Browse the repository at this point in the history
  7. Remove original function

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    625e790 View commit details
    Browse the repository at this point in the history
  8. Remove ServicesForRoute

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0f33d8c View commit details
    Browse the repository at this point in the history
  9. Change httprouteauthfilter to routeauthfilter

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d03d730 View commit details
    Browse the repository at this point in the history
  10. Reuse GatewayJWT type for Routes

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6fc765a View commit details
    Browse the repository at this point in the history
  11. Match Sarah's style for translation functions

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d8b7f27 View commit details
    Browse the repository at this point in the history
  12. Start adding filter tests

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e8d0baa View commit details
    Browse the repository at this point in the history
  13. Wrap up test for filters

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b92314c View commit details
    Browse the repository at this point in the history
  14. Uncomment other tests

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    08c8557 View commit details
    Browse the repository at this point in the history
  15. Use existing v1alpha1 import for group

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b75ddb3 View commit details
    Browse the repository at this point in the history
  16. Remove old make* function

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8ed336a View commit details
    Browse the repository at this point in the history
  17. Use ConvertSliceFunc

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    85d7698 View commit details
    Browse the repository at this point in the history
  18. Fix group in translation_test

    Thomas Eckert committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f18e14b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Manually un-diff CRDs

    Thomas Eckert committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2ca88c4 View commit details
    Browse the repository at this point in the history