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

AllowedRoutes support for Listeners #721

Merged
merged 7 commits into from
Jun 9, 2023

Commits on Jun 9, 2023

  1. AllowedRoutes support for Listeners

    Add support for specifying AllowedRoutes in Listeners. A user can now allow/disallow routes based on namespace. Either all namespaces, same namespace, or label selectors can be used to determine which routes are allowed.
    sjberman committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3a28988 View commit details
    Browse the repository at this point in the history
  2. Address code review

    sjberman committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b8c627d View commit details
    Browse the repository at this point in the history
  3. Code review round 2

    sjberman committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7d59bf9 View commit details
    Browse the repository at this point in the history
  4. Add selector validation

    sjberman committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5ba11d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c606ad5 View commit details
    Browse the repository at this point in the history
  6. Cleanup capturer; add test

    sjberman committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    de18137 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    746bf67 View commit details
    Browse the repository at this point in the history