Skip to content

Commit

Permalink
Add note on logs generated by console logins (#382)
Browse files Browse the repository at this point in the history
* Add note on logs generated by console logins

* Autogenerate docs
  • Loading branch information
christophetd committed Jul 3, 2023
1 parent d27b459 commit a7f75e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ Sample CloudTrail event (redacted for clarity):
}
```

Note that for failed console authentication events, the field <code>userIdentity.arn</code> is not set (see https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-aws-console-sign-in-events.html#cloudtrail-aws-console-sign-in-events-iam-user-failure).


Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Sample CloudTrail event (redacted for clarity):
}
}
` + codeBlock + `
Note that for failed console authentication events, the field <code>userIdentity.arn</code> is not set (see https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-aws-console-sign-in-events.html#cloudtrail-aws-console-sign-in-events-iam-user-failure).
`,
Platform: stratus.AWS,
IsIdempotent: true,
Expand Down

0 comments on commit a7f75e9

Please sign in to comment.