Skip to content

Commit

Permalink
feat(frontier): ignore system events while listing audit logs (#365)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <thekushsharma@gmail.com>
  • Loading branch information
kushsharma committed Jul 13, 2024
1 parent d900848 commit 6a708d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3764,6 +3764,7 @@ message ListOrganizationAuditLogsRequest {

string source = 5;
string action = 6;
bool ignore_system = 7;

// start_time and end_time are inclusive
google.protobuf.Timestamp start_time = 10;
Expand Down

0 comments on commit 6a708d6

Please sign in to comment.