Skip to content

Commit

Permalink
add principal to session log type
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerjrr committed Nov 22, 2024
1 parent cbbddb8 commit f9bd0d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/commonfate/access/v1alpha1/proxy_session.proto
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ message SessionLog {
// the timestamp the action occurred at.
google.protobuf.Timestamp occurred_at = 2;
SessionLogDetail session_log_detail = 3;
NamedEID principal = 4;

}

message SessionLogDetail {
Expand Down

0 comments on commit f9bd0d3

Please sign in to comment.