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

lua: support logging methods on all envoy lua objects #37293

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. lua: support logging methods on all envoy lua objects

    Previously these methods were only supported on lua http filter
    request/response handles.
    
    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5ead303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aaea99 View commit details
    Browse the repository at this point in the history
  3. add missing doc file

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8c0c3c5 View commit details
    Browse the repository at this point in the history
  4. fix lua_filter_test

    Signed-off-by: Greg Greenway <[email protected]>
    ggreenway committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    806a2ab View commit details
    Browse the repository at this point in the history