chore: Add logging for login for SSDLC#5435
Merged
Conversation
cbef40f to
207eaf3
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds authentication logging to comply with SSDLC security event logging requirements. The changes capture both successful and failed login attempts with structured metadata including timestamps, application ID, and event types.
- Adds logging statements in the
login_requireddecorator to track authentication events - Includes structured metadata (datetime, appid, event) for compliance with SSDLC format requirements
- Logs failed authentication attempts as warnings and successful logins as info messages
0f5aa44 to
4fb9f09
Compare
edisile
reviewed
Oct 23, 2025
b3cc007 to
760047d
Compare
760047d to
05904e6
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Done
Adds logging for authentication to satisfy SSDLC requirements
How to QA
datetime,eventandappid, and a message about failed logindatetime,eventandappid, and a message about successful loginTesting
Issue / Card
Fixes https://warthogs.atlassian.net/browse/WD-29129