Skip to content

Commit

Permalink
Better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrille-leclerc committed Mar 20, 2022
1 parent d5c5567 commit 6819fbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Successful and failed log in events are captured as structured log messages:
* `event.outcome`: `failure`
* Body
* Example: "Successful login of user 'admin'"

Known limitations:
* Some Jenkins authentication plugins such as the [Jenkins GitHub Authentication Plugin](https://plugins.jenkins.io/github-oauth/) won't capture the "Successful login" or the "Failed login" event because they don't invoke the `SecurityListener.loggedIn(username)` or the `SecurityListener.failedLoggedIn(username)` APIs,
* The remote IP address is not captured on the "Failed login" event due to restrictions on Jenkins APIs.

## Jenkins Security Metrics

| Metrics | Unit | Label key | Label Value | Description |
Expand Down

0 comments on commit 6819fbc

Please sign in to comment.