The DevOps Monitoring Dashboard on AWS solution is a reference implementation that automates the process for monitoring and visualizing performance and operational metrics in continuous integration/continuous delivery (CI/CD) pipeline following AWS best practices.
Apache License 2.0
75
stars
37
forks
source link
When using an assumed role the author is set to null when pushing code via cli #17
How to Replicate: Create a repository that is monitored by the solution and use Cloud9 with default settings to push code. Open the quick sight dashboard Code Change Tab and check the commit author is set to Null.
Details
The event is different when a user pushes code using federation, it does not capture the user name and it uses the principal Id (Line 5)
That happens regardless if the author is configured on git because that information is not passed through the eventbridge event.
How to Replicate: Create a repository that is monitored by the solution and use Cloud9 with default settings to push code. Open the quick sight dashboard Code Change Tab and check the commit author is set to Null.
Details The event is different when a user pushes code using federation, it does not capture the user name and it uses the principal Id (Line 5) That happens regardless if the author is configured on git because that information is not passed through the eventbridge event.
Screenshot