-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support export logging #386
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
0e1d356
feat: Initial migration and model updates for AuditLog improvements
juggernot325 d0c6173
feat: populate actor_email for existing audit_logs
juggernot325 1d08960
chore: Fix audit log docs to show the actual response object instead …
juggernot325 6019c99
feat: Log Requester IP for source and actor email with audit logs
juggernot325 0f0d55a
wip: createUser audit logging via middleware
juggernot325 3d65a85
chore: refactor audit logging to trigger from LoggingMiddleware based…
juggernot325 86b77a3
wip: Successfully creating audit logs from middleware. Capturing fail…
juggernot325 22c3e8c
feat: Capture DB errors in audit logs
juggernot325 cf4b854
chore: remove debug logging
juggernot325 985d580
chore: Refactor setting of status to receiver function
juggernot325 29673a9
wip: All "simple" audit context endpoints updated for middeware
juggernot325 a05ba51
fix: Fix a few bugs found during testing
juggernot325 cd78c04
fix: Remove doc for non-existent POST /api/v2/saml endpoint
juggernot325 9cb8a3d
wip: Refactor to simplify setting of AuditCtx in endpoints
juggernot325 e1d81bd
fix: registration issue after rebase
superlinkx 3ac13c1
tasks 6 and 7 for #345 (#357)
irshadaj fd32507
Merge remote-tracking branch 'origin/main' into populate-audit-log-fi…
superlinkx 2a14ff5
redo IP parsing for changed requirements (#362)
irshadaj 602d04b
feat: audit log steel thread (#364)
superlinkx 6fe1f94
chore: steel thread cleanup (#365)
superlinkx 6810bd3
add eula_accepted to user audit data (#371)
irshadaj 0482b61
audit logs for auth tokens and secrets (#372)
irshadaj af01314
Merge branch 'main' into populate-audit-log-fields
superlinkx 9ff9831
Merge remote-tracking branch 'origin/main' into populate-audit-log-fi…
superlinkx 3902523
feat: UpdateAssetGroup, UpdateAssetGroupSelector, DeleteAssetGroupSel…
superlinkx d744c31
more auth handlers for audit log (#373)
irshadaj 061dc91
chore: update documentation for our new commit_id field and `intent` …
superlinkx 4cd2264
Generate audit log entries on unauthorized access attempts (#375)
juggernot325 13f4160
chore: change source column to TEXT
juggernot325 2a2c839
rename audit log source column, add indices
irshadaj cc16a11
Revert "rename audit log source column, add indices"
juggernot325 2624969
chore: rename audit_log.source as 'source' is a reserved keyword in p…
juggernot325 c36c609
chore: add additional fields to user.AuditData
juggernot325 eb5e741
Refactored unauthorized access audit logging: (#381)
sircodemane 9c3b76b
chore: add RequestedPath to BHCtx to ensure we can reflect on the URL…
superlinkx 0330679
Merge remote-tracking branch 'origin/main' into support-export-logging
superlinkx de6bc2e
feat: MaybeAuditableTransaction added to support methods that are som…
superlinkx 0719913
chore: cleanup before review
juggernot325 847c92c
Merge branch 'main' into populate-audit-log-fields
juggernot325 ed025f5
chore: final redesign for RequestedURL to support Auditable interface
superlinkx 8ec67ab
Merge branch 'populate-audit-log-fields' into support-export-logging
superlinkx 5ff9e33
chore: move our toolapi trace handler to a proper pprof compatible se…
superlinkx b39f476
fix: changes from @zinic to clean up ResolveAllGroupMemberships, avoi…
superlinkx 0185b1e
Merge remote-tracking branch 'origin/main' into support-export-logging
superlinkx 7e15c49
chore: remove commented out code again
superlinkx c5b2fd3
chore: remove unused code
superlinkx 9874e26
Merge remote-tracking branch 'origin/main' into support-export-logging
superlinkx deafa44
revert: bring back the old tracing endpoint, since it'll require upda…
superlinkx 6666105
Merge remote-tracking branch 'origin/main' into support-export-logging
superlinkx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Kind of a dumb name, but allows us to add conditional audit logging a bit easier |
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull the request URL for auditing purposes