-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change auth instigator trigger field names in proto schema (#142)
This PR changes the field names for the `oneof auth_instigator` fields to have names that are more meaningful for people using JSON event logging. --------- Signed-off-by: Matt W <[email protected]> Co-authored-by: Russell Hancox <[email protected]>
- Loading branch information
1 parent
736ade8
commit 5d4c9f0
Showing
17 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"fallback_id": { | ||
"trigger_id": { | ||
"pid": 98, | ||
"pidversion": 76 | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"fallback_id": { | ||
"trigger_id": { | ||
"pid": 98, | ||
"pidversion": 76 | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"fallback_id": { | ||
"trigger_id": { | ||
"pid": 98, | ||
"pidversion": 76 | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"truncated": false | ||
} | ||
}, | ||
"process": { | ||
"trigger_process": { | ||
"id": { | ||
"pid": 23, | ||
"pidversion": 45 | ||
|