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

ext_authz: add logging options #35698

Merged
merged 34 commits into from
Sep 12, 2024
Merged

Commits on Aug 6, 2024

  1. add config field unused

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    dbb0f42 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. consume config & add unused stats fields

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4bf24a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    57dff22 View commit details
    Browse the repository at this point in the history
  2. update logging info in onComplete and test

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3130eb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix stream info source and test

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    296060c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. simplify unit tests

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1bc48f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix potential null dereference and add unit test coverage

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    36e7ee3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e439481 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8903287 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0058dd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. only add filter state for emit_filter_state_stats

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bddf78d View commit details
    Browse the repository at this point in the history
  2. update unit test & add tests for error & denied resp

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d0373ea View commit details
    Browse the repository at this point in the history
  3. check start time has value

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6e08841 View commit details
    Browse the repository at this point in the history
  4. clean up existing integration test

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2b35d1d View commit details
    Browse the repository at this point in the history
  5. add timeout test

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a0ca1b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. only add filter state stats if request is being made

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    af59ced View commit details
    Browse the repository at this point in the history
  2. parameterize integration test to cover more cases

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    78b6eb4 View commit details
    Browse the repository at this point in the history
  3. fix formatting

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    008d785 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5c29e12 View commit details
    Browse the repository at this point in the history
  5. change API to reflect that filter_metadata is only used when stats lo…

    …gging is enabled
    
    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bdddd61 View commit details
    Browse the repository at this point in the history
  6. fix protobufwkt direct usage

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8346558 View commit details
    Browse the repository at this point in the history
  7. fix formatting

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3ba5039 View commit details
    Browse the repository at this point in the history
  8. fix doc links

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    11097ed View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. revert API change

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    19f7290 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    230de4e View commit details
    Browse the repository at this point in the history
  3. make latency optional to avoid initialization weirdness

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b9563f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix logging test filter

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    391330c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge branch 'main' into authzstatimpl

    Signed-off-by: Antonio V. Leonti <53806445+antoniovleonti@users.noreply.github.com>
    antoniovleonti authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ed80a3f View commit details
    Browse the repository at this point in the history
  2. add another test for coverage

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    01312be View commit details
    Browse the repository at this point in the history
  3. Merge branch 'authzstatimpl' of https://github.com/antoniovleonti/envoy

    … into authzstatimpl
    
    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fb39ca7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. remove unnecessary check and clean up unit tests

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    32dd77a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    92abf7a View commit details
    Browse the repository at this point in the history
  3. remove unnecessary shared ptr copies

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b6c5258 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge branch 'main' into authzstatimpl

    Signed-off-by: antoniovleonti <leonti@google.com>
    antoniovleonti committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4cbfcdd View commit details
    Browse the repository at this point in the history