Skip to content

Commit

Permalink
Remove web_session_id from DeviceMetadata (#42707)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Jun 11, 2024
1 parent 75d3409 commit 3fb7662
Show file tree
Hide file tree
Showing 2 changed files with 938 additions and 985 deletions.
6 changes: 3 additions & 3 deletions api/proto/teleport/legacy/types/events/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3889,6 +3889,9 @@ enum DeviceOrigin {

// DeviceMetadata groups device information for events.
message DeviceMetadata {
reserved 7; // string web_session_id
reserved "web_session_id";

// ID of the device.
string device_id = 1 [(gogoproto.jsontag) = "device_id"];
// OS of the device.
Expand All @@ -3903,9 +3906,6 @@ message DeviceMetadata {
// performed.
// Only present in "device.authenticate" type events.
bool web_authentication = 6 [(gogoproto.jsontag) = "web_authentication,omitempty"];
// Web Session ID associated with the device.
// Present in events related to device web authentication.
string web_session_id = 7 [(gogoproto.jsontag) = "web_session_id,omitempty"];
// Device web authentication attempt ID.
// Present in events related to device web authentication.
string web_authentication_id = 8 [(gogoproto.jsontag) = "web_authentication_id,omitempty"];
Expand Down
Loading

0 comments on commit 3fb7662

Please sign in to comment.